Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
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()
567 __clear_bit(DQ_LASTSET_B + QIF_BTIME_B, &dquot->dq_flags); in __ocfs2_sync_dquot()
787 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_release_dquot()
881 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in ocfs2_acquire_dquot()
[all …]
/linux/fs/quota/
A Ddquot.c322 set_bit(DQ_RELEASING_B, &dquot->dq_flags); in put_releasing_dquots()
468 set_bit(DQ_READ_B, &dquot->dq_flags); in dquot_acquire()
489 set_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_acquire()
547 clear_bit(DQ_ACTIVE_B, &dquot->dq_flags); in dquot_release()
1139 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_free_reserved_space()
1151 clear_bit(DQ_INODES_B, &dquot->dq_flags); in dquot_decr_inodes()
1164 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in dquot_decr_space()
1299 test_bit(DQ_FAKE_B, &dquot->dq_flags)) in dquot_add_inodes()
2787 clear_bit(DQ_BLKS_B, &dquot->dq_flags); in do_set_dqblk()
2803 clear_bit(DQ_FAKE_B, &dquot->dq_flags); in do_set_dqblk()
[all …]
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()
A Dquota_v1.c76 set_bit(DQ_FAKE_B, &dquot->dq_flags); in v1_read_dqblk()
/linux/mm/
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/include/linux/
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()
A Dquota.h307 unsigned long dq_flags; /* See DQ_* */ member

Completed in 26 milliseconds