Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Ddquot.c373 return dquot->dq_sb->dq_op->mark_dirty(dquot); in mark_dquot_dirty()
565 dquot->dq_sb->dq_op->destroy_dquot(dquot); in do_destroy_dquot()
673 int ret = dquot->dq_sb->dq_op->write_dquot(dquot); in dquot_write_dquot()
734 sb->dq_op->write_info(sb, cnt); in dquot_writeback_dquots()
843 dquot->dq_sb->dq_op->release_dquot(dquot); in quota_release_workfn()
901 dquot = sb->dq_op->alloc_dquot(sb, type); in get_empty_dquot()
980 err = sb->dq_op->acquire_dquot(dquot); in dqget()
1127 if (sb->dq_op) in drop_dquot_ref()
1502 rc = inode->i_sb->dq_op->get_projid(inode, &projid); in __dquot_initialize()
1648 BUG_ON(!inode->i_sb->dq_op->get_reserved_space); in inode_reserved_space()
[all …]
/linux/include/linux/fs/
H A Dsuper_types.h137 const struct dquot_operations *dq_op; member
/linux/fs/jfs/
H A Dsuper.c503 sb->dq_op = &dquot_operations; in jfs_fill_super()
/linux/fs/ext2/
H A Dsuper.c1206 sb->dq_op = &dquot_operations; in ext2_fill_super()
/linux/fs/ocfs2/
H A Dsuper.c1968 sb->dq_op = &ocfs2_quota_operations; in ocfs2_initialize_super()
/linux/fs/f2fs/
H A Dsuper.c4964 sb->dq_op = &f2fs_quota_operations; in f2fs_fill_super()
/linux/mm/
H A Dshmem.c5091 sb->dq_op = &shmem_quota_operations; in shmem_fill_super()