Home
last modified time | relevance | path

Searched refs:qf_name (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dquotaops.h94 int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
/Linux-v5.4/fs/quota/
Ddquot.c2504 int dquot_quota_on_mount(struct super_block *sb, char *qf_name, in dquot_quota_on_mount() argument
2510 dentry = lookup_one_len_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
/Linux-v5.4/fs/ext4/
Dsuper.c5290 char *qf_name = get_qf_name(sb, sbi, i); in ext4_remount() local
5292 old_opts.s_qf_names[i] = kstrdup(qf_name, GFP_KERNEL); in ext4_remount()