Searched refs:free_file_info (Results 1 – 5 of 5) sorted by relevance
316 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member
332 .free_file_info = shmem_free_file_info,
401 .free_file_info = v2_free_file_info,
2286 if (dqopt->ops[cnt]->free_file_info) in dquot_disable()2287 dqopt->ops[cnt]->free_file_info(sb, cnt); in dquot_disable()
1302 .free_file_info = ocfs2_local_free_info,