Home
last modified time | relevance | path

Searched refs:OCFS2_RESV_FLAG_INUSE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dreservations.h42 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
Dreservations.c247 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) { in ocfs2_resv_remove()
250 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_remove()
350 new->r_flags |= OCFS2_RESV_FLAG_INUSE; in ocfs2_resv_insert()