Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Dquota_v1.c212 .free_file_info = NULL,
Dquota_v2.c311 .free_file_info = v2_free_file_info,
Ddquot.c2130 if (dqopt->ops[cnt]->free_file_info) in dquot_disable()
2131 dqopt->ops[cnt]->free_file_info(sb, cnt); in dquot_disable()
/linux-4.4.14/include/linux/
Dquota.h305 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member
/linux-4.4.14/fs/ocfs2/
Dquota_local.c1307 .free_file_info = ocfs2_local_free_info,