Home
last modified time | relevance | path

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

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