Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dquota.h93 QIF_SPACE_B, enumerator
101 #define QIF_SPACE (1 << QIF_SPACE_B)
/linux-6.6.21/fs/ocfs2/
Dquota_global.c87 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
522 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) in __ocfs2_sync_dquot()
557 __clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
913 (1 << (DQ_LASTSET_B + QIF_SPACE_B)) | in ocfs2_mark_dquot_dirty()
/linux-6.6.21/fs/quota/
Ddquot.c2729 set_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); in do_set_dqblk()