Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dquota.h95 QIF_BTIME_B, enumerator
103 #define QIF_BTIME (1 << QIF_BTIME_B)
/linux-6.1.9/fs/ocfs2/
Dquota_global.c89 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
529 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags) && in __ocfs2_sync_dquot()
561 __clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
914 (1 << (DQ_LASTSET_B + QIF_BTIME_B)) | in ocfs2_mark_dquot_dirty()
/linux-6.1.9/fs/quota/
Ddquot.c2727 set_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); in do_set_dqblk()