Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dquota.h215 struct quota_format_type;
218 struct quota_format_type *dqi_format;
341 struct quota_format_type { struct
345 struct quota_format_type *qf_next; argument
405 int register_quota_format(struct quota_format_type *fmt);
406 void unregister_quota_format(struct quota_format_type *fmt);
/linux-2.6.39/fs/ocfs2/
Dquota.h115 extern struct quota_format_type ocfs2_quota_format;
Dquota_local.c1312 struct quota_format_type ocfs2_quota_format = {
/linux-2.6.39/fs/quota/
Dquota_v2.c307 static struct quota_format_type v2r0_quota_format = {
313 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()
2050 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_load_quota_inode()
Dquota_v1.c215 static struct quota_format_type v1_quota_format = {