Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dreservations.h35 #define OCFS2_RESV_FLAG_TMP 0x02 /* Temporary reservation, will be macro
58 #define OCFS2_RESV_TYPES (OCFS2_RESV_FLAG_TMP|OCFS2_RESV_FLAG_DIR)
H A Dreservations.c624 int tmpwindow = !!(resv->r_flags & OCFS2_RESV_FLAG_TMP); in ocfs2_cannibalize_resv()
733 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen) in ocfs2_resmap_resv_bits()
H A Dlocalalloc.c843 ocfs2_resv_set_type(&r, OCFS2_RESV_FLAG_TMP); in ocfs2_local_alloc_find_clear_bits()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.h33 #define OCFS2_RESV_FLAG_TMP 0x02 /* Temporary reservation, will be macro
56 #define OCFS2_RESV_TYPES (OCFS2_RESV_FLAG_TMP|OCFS2_RESV_FLAG_DIR)
H A Dreservations.c620 int tmpwindow = !!(resv->r_flags & OCFS2_RESV_FLAG_TMP); in ocfs2_cannibalize_resv()
729 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen) in ocfs2_resmap_resv_bits()
H A Dlocalalloc.c841 ocfs2_resv_set_type(&r, OCFS2_RESV_FLAG_TMP); in ocfs2_local_alloc_find_clear_bits()

Completed in 6 milliseconds