Searched refs:quota_format_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dquota.h220 struct quota_format_type;
223 struct quota_format_type *dqi_format;
445 struct quota_format_type { struct
449 struct quota_format_type *qf_next;
529 int register_quota_format(struct quota_format_type *fmt);
530 void unregister_quota_format(struct quota_format_type *fmt);
H A Dshmem_fs.h210 extern struct quota_format_type shmem_quota_format;
/linux-master/fs/ocfs2/
H A Dquota.h122 extern struct quota_format_type ocfs2_quota_format;
H A Dquota_local.c1312 struct quota_format_type ocfs2_quota_format = {
/linux-master/fs/quota/
H A Dquota_v1.c230 static struct quota_format_type v1_quota_format = {
H A Ddquot.c160 static struct quota_format_type *quota_formats; /* List of registered formats */
166 int register_quota_format(struct quota_format_type *fmt)
176 void unregister_quota_format(struct quota_format_type *fmt)
178 struct quota_format_type **actqf;
190 static struct quota_format_type *find_quota_format(int id)
192 struct quota_format_type *actqf;
221 static void put_quota_format(struct quota_format_type *fmt)
2407 struct quota_format_type *fmt = find_quota_format(format_id);
H A Dquota_v2.c429 static struct quota_format_type v2r0_quota_format = {
435 static struct quota_format_type v2r1_quota_format = {
/linux-master/mm/
H A Dshmem_quota.c339 struct quota_format_type shmem_quota_format = {

Completed in 107 milliseconds