Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota_v1.c217 .read_file_info = v1_read_file_info,
Dquota_v2.c400 .read_file_info = v2_read_file_info,
Ddquot.c2457 error = dqopt->ops[type]->read_file_info(sb, type); in dquot_load_quota_sb()
/linux-4.19.296/include/linux/
Dquota.h312 …int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on … member
/linux-4.19.296/fs/ocfs2/
Dquota_local.c1303 .read_file_info = ocfs2_local_read_info,