Home
last modified time | relevance | path

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

/Linux-v4.19/fs/quota/
Dquota_v1.c219 .free_file_info = NULL,
Dquota_v2.c377 .free_file_info = v2_free_file_info,
Ddquot.c2226 if (dqopt->ops[cnt]->free_file_info) in dquot_disable()
2227 dqopt->ops[cnt]->free_file_info(sb, cnt); in dquot_disable()
/Linux-v4.19/include/linux/
Dquota.h314 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member
/Linux-v4.19/fs/ocfs2/
Dquota_local.c1305 .free_file_info = ocfs2_local_free_info,