Home
last modified time | relevance | path

Searched refs:qf_ops (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/quota/
Dquota_v2.c386 .qf_ops = &v2_format_ops,
392 .qf_ops = &v2_format_ops,
Dquota_v1.c226 .qf_ops = &v1_format_ops,
Ddquot.c2366 if (!fmt->qf_ops->check_quota_file(sb, type)) in vfs_load_quota_inode()
2369 dqopt->ops[type] = fmt->qf_ops; in vfs_load_quota_inode()
/Linux-v4.19/include/linux/
Dquota.h445 const struct quota_format_ops *qf_ops; /* Operations of format */ member
/Linux-v4.19/fs/ocfs2/
Dquota_local.c1310 .qf_ops = &ocfs2_format_ops,