Home
last modified time | relevance | path

Searched refs:dq_flags (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/ocfs2/
H A Dquota_global.c81 if (!test_bit(DQ_LASTSET_B + QIF_INODES_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
87 if (!test_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
89 if (!test_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
91 if (!test_bit(DQ_LASTSET_B + QIF_ITIME_B, &dquot->dq_flags)) in ocfs2_global_disk2memdqb()
545 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
560 clear_bit(DQ_INODES_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
563 __clear_bit(DQ_LASTSET_B + QIF_SPACE_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
768 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()
792 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()
886 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
[all …]
/linux-6.15/fs/quota/
H A Ddquot.c321 set_bit(DQ_RELEASING_B, &dquot->dq_flags); in put_releasing_dquots()
467 set_bit(DQ_READ_B, &dquot->dq_flags); in dquot_acquire()
488 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()
546 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()
1140 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_free_reserved_space()
1152 clear_bit(DQ_INODES_B, &dquot->dq_flags); in dquot_decr_inodes()
1165 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_decr_space()
1300 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes()
2788 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in do_set_dqblk()
2804 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
[all …]
H A Dquota_tree.c744 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
761 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
772 set_bit(DQ_FAKE_B, &dquot->dq_flags); in qtree_read_dquot()
785 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) && in qtree_release_dquot()
H A Dquota_v1.c76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
/linux-6.15/mm/
H A Dshmem_quota.c225 set_bit(DQ_FAKE_B, &dquot->dq_flags); in shmem_acquire_dquot()
230 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in shmem_acquire_dquot()
251 if (test_bit(DQ_FAKE_B, &dquot->dq_flags) || in shmem_is_empty_dquot()
312 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in shmem_release_dquot()
/linux-6.15/include/linux/
H A Dquotaops.h51 WARN_ON_ONCE(!test_bit(DQ_ACTIVE_B, &dquot->dq_flags)); in dqgrab()
58 if (test_bit(DQ_MOD_B, &dquot->dq_flags)) in dquot_is_busy()
H A Dquota.h307 unsigned long dq_flags; /* See DQ_* */ member