Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dquota.h310 struct quota_format_ops { struct
445 const struct quota_format_ops *qf_ops; /* Operations of format */
523 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
/Linux-v4.19/fs/quota/
Dquota_v1.c215 static const struct quota_format_ops v1_format_ops = {
Dquota_v2.c373 static const struct quota_format_ops v2_format_ops = {
/Linux-v4.19/fs/ocfs2/
Dquota_local.c1301 static const struct quota_format_ops ocfs2_format_ops = {
/Linux-v4.19/fs/ext4/
Dsuper.c5854 const struct quota_format_ops *ops; in ext4_get_next_id()