Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dreservations.h35 #define OCFS2_RESV_FLAG_DIR 0x04 /* Reservation is for an unindexed macro
56 #define OCFS2_RESV_TYPES (OCFS2_RESV_FLAG_TMP|OCFS2_RESV_FLAG_DIR)
Dreservations.c45 if (!(resv->r_flags & OCFS2_RESV_FLAG_DIR)) { in ocfs2_resv_window_bits()
Dinode.c398 OCFS2_RESV_FLAG_DIR); in ocfs2_populate_inode()