Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dquota.h96 QIF_ITIME_B, enumerator
104 #define QIF_ITIME (1 << QIF_ITIME_B)
/Linux-v5.15/fs/ocfs2/
Dquota_global.c91 if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
543 if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags) && in __ocfs2_sync_dquot()
561 __clear_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
914 (1 << (DQ_LASTSET_B + QIF_ITIME_B)); in ocfs2_mark_dquot_dirty()
/Linux-v5.15/fs/quota/
Ddquot.c2709 set_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags); in do_set_dqblk()