Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquota.h316 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member
/openbmc/linux/mm/
H A Dshmem_quota.c336 .free_file_info = shmem_free_file_info,
/openbmc/linux/fs/quota/
H A Dquota_v2.c404 .free_file_info = v2_free_file_info,
H A Ddquot.c2314 if (dqopt->ops[cnt]->free_file_info) in dquot_disable()
2315 dqopt->ops[cnt]->free_file_info(sb, cnt); in dquot_disable()
/openbmc/linux/fs/ocfs2/
H A Dquota_local.c1307 .free_file_info = ocfs2_local_free_info,