Searched refs:quota_sync (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/quota/ | 
| D | quota.c | 54 	if (sb->s_qcop && sb->s_qcop->quota_sync &&  in quota_sync_one()56 		sb->s_qcop->quota_sync(sb, type);  in quota_sync_one()
 723 		if (!sb->s_qcop->quota_sync)  in do_quotactl()
 725 		return sb->s_qcop->quota_sync(sb, type);  in do_quotactl()
 
 | 
| D | dquot.c | 2851 	.quota_sync	= dquot_quota_sync,
 | 
| /Linux-v5.4/include/linux/ | 
| D | quota.h | 433 	int (*quota_sync)(struct super_block *, int);  member
 | 
| /Linux-v5.4/fs/gfs2/ | 
| D | sys.c | 281 GFS2_ATTR(quota_sync,          0200, NULL,          quota_sync_store);
 | 
| D | quota.c | 1753 	.quota_sync     = gfs2_quota_sync,
 | 
| /Linux-v5.4/fs/jfs/ | 
| D | super.c | 172 	.quota_sync	= dquot_quota_sync,
 | 
| /Linux-v5.4/fs/ext2/ | 
| D | super.c | 337 	.quota_sync	= dquot_quota_sync,
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | super.c | 854 	.quota_sync = dquot_quota_sync,
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | super.c | 2239 	.quota_sync	= f2fs_quota_sync,
 | 
| /Linux-v5.4/fs/ext4/ | 
| D | super.c | 1401 	.quota_sync	= dquot_quota_sync,
 |