Home
last modified time | relevance | path

Searched refs:dq_op (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/fs/quota/
A Ddquot.c536 dquot->dq_sb->dq_op->destroy_dquot(dquot); in do_destroy_dquot()
661 err = sb->dq_op->write_dquot(dquot); in dquot_writeback_dquots()
680 sb->dq_op->write_info(sb, cnt); in dquot_writeback_dquots()
812 dquot->dq_sb->dq_op->release_dquot(dquot); in dqput()
835 dquot = sb->dq_op->alloc_dquot(sb, type); in get_empty_dquot()
914 err = sb->dq_op->acquire_dquot(dquot); in dqget()
1109 if (sb->dq_op) { in drop_dquot_ref()
2267 sb->dq_op->write_info(sb, cnt); in dquot_disable()
2653 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2655 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
[all …]
/linux-6.3-rc2/fs/jfs/
A Dsuper.c536 sb->dq_op = &dquot_operations; in jfs_fill_super()
/linux-6.3-rc2/fs/ext2/
A Dsuper.c1176 sb->dq_op = &dquot_operations; in ext2_fill_super()
/linux-6.3-rc2/fs/reiserfs/
A Dsuper.c1690 s->dq_op = &reiserfs_quota_operations; in read_super_block()
/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c2020 sb->dq_op = &ocfs2_quota_operations; in ocfs2_initialize_super()
/linux-6.3-rc2/include/linux/
A Dfs.h1144 const struct dquot_operations *dq_op; member
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c4188 sb->dq_op = &f2fs_quota_operations; in f2fs_fill_super()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c5249 sb->dq_op = &ext4_quota_operations; in __ext4_fill_super()

Completed in 68 milliseconds