Searched refs:qf_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 103 int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | quotaops.h | 104 int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 2604 int dquot_quota_on_mount(struct super_block *sb, char *qf_name, in dquot_quota_on_mount() argument 2610 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 2567 int dquot_quota_on_mount(struct super_block *sb, char *qf_name, in dquot_quota_on_mount() argument 2573 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 5870 char *qf_name = get_qf_name(sb, sbi, i); in ext4_remount() local 5872 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in ext4_remount()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 6467 char *qf_name = get_qf_name(sb, sbi, i); in __ext4_remount() local 6469 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in __ext4_remount()
|
Completed in 24 milliseconds