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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.h42 #define OCFS2_RESV_FLAG_INUSE 0x01 /* Set when r_node is part of a btree */ macro
H A Dreservations.c247 if (resv->r_flags & OCFS2_RESV_FLAG_INUSE) {
250 resv->r_flags &= ~OCFS2_RESV_FLAG_INUSE;
351 new->r_flags |= OCFS2_RESV_FLAG_INUSE;

Completed in 101 milliseconds