Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c564 dquot->dq_sb->dq_op->destroy_dquot(dquot); in do_destroy_dquot()
731 sb->dq_op->write_info(sb, cnt); in dquot_writeback_dquots()
907 dquot = sb->dq_op->alloc_dquot(sb, type); in get_empty_dquot()
986 err = sb->dq_op->acquire_dquot(dquot); in dqget()
1134 if (sb->dq_op) in drop_dquot_ref()
2012 if (inode->i_sb->dq_op->get_inode_usage) { in __dquot_transfer()
2312 sb->dq_op->write_info(sb, cnt); in dquot_disable()
2428 if (!sb->dq_op || !sb->s_qcop || in dquot_load_quota_sb()
2712 if (!sb->dq_op->get_next_id) in dquot_get_next_dqblk()
2714 err = sb->dq_op->get_next_id(sb, qid); in dquot_get_next_dqblk()
[all …]
/openbmc/linux/fs/jfs/
H A Dsuper.c536 sb->dq_op = &dquot_operations; in jfs_fill_super()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h295 const struct dquot_operations *dq_op; member
/openbmc/linux/fs/ext2/
H A Dsuper.c1168 sb->dq_op = &dquot_operations; in ext2_fill_super()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1690 s->dq_op = &reiserfs_quota_operations; in read_super_block()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c2021 sb->dq_op = &ocfs2_quota_operations; in ocfs2_initialize_super()
/openbmc/linux/include/linux/
H A Dfs.h1198 const struct dquot_operations *dq_op; member
/openbmc/linux/mm/
H A Dshmem.c4352 sb->dq_op = &shmem_quota_operations; in shmem_fill_super()
/openbmc/linux/fs/f2fs/
H A Dsuper.c4461 sb->dq_op = &f2fs_quota_operations; in f2fs_fill_super()
/openbmc/linux/fs/ext4/
H A Dsuper.c5343 sb->dq_op = &ext4_quota_operations; in __ext4_fill_super()