Searched refs:sync_dquots_sb (Results 1 – 2 of 2) sorted by relevance
24 extern void sync_dquots_sb(struct super_block *sb, int type);168 #define DQUOT_SYNC_SB(sb) sync_dquots_sb(sb, -1)
471 void sync_dquots_sb(struct super_block *sb, int type) in sync_dquots_sb() function