Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/ !
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)
Dreservations.c635 int tmpwindow = !!(resv->r_flags & OCFS2_RESV_FLAG_TMP); in ocfs2_cannibalize_resv()
744 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen) in ocfs2_resmap_resv_bits()
Dlocalalloc.c858 ocfs2_resv_set_type(&r, OCFS2_RESV_FLAG_TMP); in ocfs2_local_alloc_find_clear_bits()