/fs/quota/ |
D | dquot.c | 2414 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id, in dquot_load_quota_sb() argument 2417 struct quota_format_type *fmt = find_quota_format(format_id); in dquot_load_quota_sb() 2460 dqopt->info[type].dqi_fmt_id = format_id; in dquot_load_quota_sb() 2491 static int vfs_load_quota_inode(struct inode *inode, int type, int format_id, in vfs_load_quota_inode() argument 2499 err = dquot_load_quota_sb(inode->i_sb, type, format_id, flags); in vfs_load_quota_inode() 2542 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() argument 2553 format_id, DQUOT_USAGE_ENABLED | in dquot_quota_on() 2563 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() argument 2590 return vfs_load_quota_inode(inode, type, format_id, flags); in dquot_enable() 2599 int format_id, int type) in dquot_quota_on_mount() argument [all …]
|
/fs/jfs/ |
D | super.c | 158 static int jfs_quota_on(struct super_block *sb, int type, int format_id, 840 static int jfs_quota_on(struct super_block *sb, int type, int format_id, in jfs_quota_on() argument 846 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
|
/fs/ext2/ |
D | super.c | 327 static int ext2_quota_on(struct super_block *sb, int type, int format_id, 1593 static int ext2_quota_on(struct super_block *sb, int type, int format_id, in ext2_quota_on() argument 1599 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
/fs/f2fs/ |
D | super.c | 2151 static int f2fs_quota_enable(struct super_block *sb, int type, int format_id, in f2fs_quota_enable() argument 2172 err = dquot_enable(qf_inode, type, format_id, flags); in f2fs_quota_enable() 2290 static int f2fs_quota_on(struct super_block *sb, int type, int format_id, in f2fs_quota_on() argument 2306 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
|
/fs/ext4/ |
D | super.c | 1406 static int ext4_quota_on(struct super_block *sb, int type, int format_id, 1413 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, 5941 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on() argument 5991 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on() 6035 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, in ext4_quota_enable() argument 6067 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
|
/fs/reiserfs/ |
D | super.c | 2388 static int reiserfs_quota_on(struct super_block *sb, int type, int format_id, in reiserfs_quota_on() argument 2446 err = dquot_quota_on(sb, type, format_id, path); in reiserfs_quota_on()
|