Home
last modified time | relevance | path

Searched refs:quota_format_type (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dquota.h220 struct quota_format_type;
223 struct quota_format_type *dqi_format;
443 struct quota_format_type { struct
447 struct quota_format_type *qf_next; argument
526 int register_quota_format(struct quota_format_type *fmt);
527 void unregister_quota_format(struct quota_format_type *fmt);
/linux-4.19.296/fs/ocfs2/
Dquota.h122 extern struct quota_format_type ocfs2_quota_format;
Dquota_local.c1308 struct quota_format_type ocfs2_quota_format = {
/linux-4.19.296/fs/quota/
Dquota_v2.c409 static struct quota_format_type v2r0_quota_format = {
415 static struct quota_format_type v2r1_quota_format = {
Ddquot.c158 static struct quota_format_type *quota_formats; /* List of registered formats */
164 int register_quota_format(struct quota_format_type *fmt) in register_quota_format()
174 void unregister_quota_format(struct quota_format_type *fmt) in unregister_quota_format()
176 struct quota_format_type **actqf; in unregister_quota_format()
188 static struct quota_format_type *find_quota_format(int id) in find_quota_format()
190 struct quota_format_type *actqf; in find_quota_format()
219 static void put_quota_format(struct quota_format_type *fmt) in put_quota_format()
2412 struct quota_format_type *fmt = find_quota_format(format_id); in dquot_load_quota_sb()
Dquota_v1.c224 static struct quota_format_type v1_quota_format = {