Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h314 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota_v2.c401 .free_file_info = v2_free_file_info,
H A Ddquot.c2263 if (dqopt->ops[cnt]->free_file_info) in dquot_disable()
2264 dqopt->ops[cnt]->free_file_info(sb, cnt); in dquot_disable()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dquota_local.c1305 .free_file_info = ocfs2_local_free_info,