Searched refs:dq_op (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/quota/
H A Ddquot.c372 return dquot->dq_sb->dq_op->mark_dirty(dquot);
564 dquot->dq_sb->dq_op->destroy_dquot(dquot);
672 int ret = dquot->dq_sb->dq_op->write_dquot(dquot);
731 sb->dq_op->write_info(sb, cnt);
840 dquot->dq_sb->dq_op->release_dquot(dquot);
898 dquot = sb->dq_op->alloc_dquot(sb, type);
977 err = sb->dq_op->acquire_dquot(dquot);
1124 if (sb->dq_op)
1499 rc = inode->i_sb->dq_op->get_projid(inode, &projid);
1645 BUG_ON(!inode->i_sb->dq_op
[all...]
/linux-master/fs/jfs/
H A Dsuper.c536 sb->dq_op = &dquot_operations;
/linux-master/fs/ext2/
H A Dsuper.c1168 sb->dq_op = &dquot_operations;
/linux-master/fs/ocfs2/
H A Dsuper.c2020 sb->dq_op = &ocfs2_quota_operations;
/linux-master/fs/reiserfs/
H A Dsuper.c1689 s->dq_op = &reiserfs_quota_operations;
/linux-master/include/linux/
H A Dfs.h1215 const struct dquot_operations *dq_op; member in struct:super_block
/linux-master/fs/f2fs/
H A Dsuper.c4408 sb->dq_op = &f2fs_quota_operations;
/linux-master/mm/
H A Dshmem.c4409 sb->dq_op = &shmem_quota_operations;
/linux-master/fs/ext4/
H A Dsuper.c5337 sb->dq_op = &ext4_quota_operations;

Completed in 270 milliseconds