Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
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)
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()
Dlocalalloc.c841 ocfs2_resv_set_type(&r, OCFS2_RESV_FLAG_TMP); in ocfs2_local_alloc_find_clear_bits()