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

/linux-master/include/linux/
H A Dquota.h316 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ member in struct:quota_format_ops
/linux-master/mm/
H A Dshmem_quota.c336 .free_file_info = shmem_free_file_info,
/linux-master/fs/quota/
H A Dquota_v2.c422 .free_file_info = v2_free_file_info,
H A Ddquot.c2303 if (dqopt->ops[cnt]->free_file_info)
2304 dqopt->ops[cnt]->free_file_info(sb, cnt);
/linux-master/fs/ocfs2/
H A Dquota_local.c1309 .free_file_info = ocfs2_local_free_info,

Completed in 128 milliseconds