Searched refs:OCFS2_RESV_FLAG_TMP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.h43 #define OCFS2_RESV_FLAG_TMP 0x02 /* Temporary reservation, will be macro
66 #define OCFS2_RESV_TYPES (OCFS2_RESV_FLAG_TMP|OCFS2_RESV_FLAG_DIR)
H A Dreservations.c639 int tmpwindow = !!(resv->r_flags & OCFS2_RESV_FLAG_TMP);
748 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen)
H A Dlocalalloc.c834 ocfs2_resv_set_type(&r, OCFS2_RESV_FLAG_TMP);

Completed in 47 milliseconds