Home
last modified time | relevance | path

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

/linux-4.1.27/fs/quota/
Dquota_v2.c319 .qf_ops = &v2_format_ops,
325 .qf_ops = &v2_format_ops,
Dquota_v1.c219 .qf_ops = &v1_format_ops,
Ddquot.c2239 if (!fmt->qf_ops->check_quota_file(sb, type)) in vfs_load_quota_inode()
2242 dqopt->ops[type] = fmt->qf_ops; in vfs_load_quota_inode()
/linux-4.1.27/include/linux/
Dquota.h435 const struct quota_format_ops *qf_ops; /* Operations of format */ member
/linux-4.1.27/fs/ocfs2/
Dquota_local.c1313 .qf_ops = &ocfs2_format_ops,