Home
last modified time | relevance | path

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

/linux/include/linux/
A 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
527 int register_quota_format(struct quota_format_type *fmt);
528 void unregister_quota_format(struct quota_format_type *fmt);
/linux/fs/ocfs2/
A Dquota.h122 extern struct quota_format_type ocfs2_quota_format;
A Dquota_local.c1310 struct quota_format_type ocfs2_quota_format = {
/linux/fs/quota/
A Dquota_v2.c408 static struct quota_format_type v2r0_quota_format = {
414 static struct quota_format_type v2r1_quota_format = {
A Ddquot.c159 static struct quota_format_type *quota_formats; /* List of registered formats */
165 int register_quota_format(struct quota_format_type *fmt) in register_quota_format()
175 void unregister_quota_format(struct quota_format_type *fmt) in unregister_quota_format()
177 struct quota_format_type **actqf; in unregister_quota_format()
189 static struct quota_format_type *find_quota_format(int id) in find_quota_format()
191 struct quota_format_type *actqf; in find_quota_format()
220 static void put_quota_format(struct quota_format_type *fmt) in put_quota_format()
2334 struct quota_format_type *fmt = find_quota_format(format_id); in dquot_load_quota_sb()
A Dquota_v1.c224 static struct quota_format_type v1_quota_format = {

Completed in 15 milliseconds