Searched refs:dquot_quota_off (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | super.c | 861 err = dquot_quota_off(sb, type); in jfs_quota_off() 874 return dquot_quota_off(sb, type); in jfs_quota_off()
|
/openbmc/linux/include/linux/ |
H A D | quotaops.h | 106 int dquot_quota_off(struct super_block *sb, int type);
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2466 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2480 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
/openbmc/linux/fs/ext4/ |
H A D | orphan.c | 504 dquot_quota_off(sb, i); in ext4_orphan_cleanup()
|
H A D | super.c | 7048 dquot_quota_off(sb, type); in ext4_quota_on() 7160 err = dquot_quota_off(sb, type); in ext4_quota_off() 7194 return dquot_quota_off(sb, type); in ext4_quota_off()
|
/openbmc/linux/fs/ext2/ |
H A D | super.c | 1609 err = dquot_quota_off(sb, type); in ext2_quota_off() 1622 return dquot_quota_off(sb, type); in ext2_quota_off()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 2834 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2967 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2973 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 3012 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2357 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2362 EXPORT_SYMBOL(dquot_quota_off);
|
/openbmc/linux/mm/ |
H A D | shmem.c | 302 dquot_quota_off(sb, type); in shmem_enable_quotas() 311 dquot_quota_off(sb, type); in shmem_disable_quotas()
|