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

/linux-master/fs/ocfs2/
H A Dreservations.h32 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
H A Dreservations.c232 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) {
235 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE;
335 new->r_flags |= OCFS2_RESV_FLAG_INUSE;

Completed in 99 milliseconds