Searched refs:quota_off (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dquota.h432 int (*quota_off)(struct super_block *, int); member in struct:quotactl_ops
/linux-master/fs/quota/
H A Dquota.c100 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable)
104 return sb->s_qcop->quota_off(sb, type);
/linux-master/fs/jfs/
H A Dsuper.c171 .quota_off = jfs_quota_off,
/linux-master/fs/ext2/
H A Dsuper.c329 .quota_off = ext2_quota_off,
/linux-master/fs/reiserfs/
H A Dsuper.c853 .quota_off = reiserfs_quota_off,
/linux-master/fs/f2fs/
H A Dsuper.c3106 .quota_off = f2fs_quota_off,
/linux-master/fs/ext4/
H A Dsuper.c1198 /* Use our quota_off function to clear inode flags etc. */
1623 .quota_off = ext4_quota_off,

Completed in 218 milliseconds