Home
last modified time | relevance | path

Searched refs:sync_dquots_sb (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dquotaops.h24 extern void sync_dquots_sb(struct super_block *sb, int type);
168 #define DQUOT_SYNC_SB(sb) sync_dquots_sb(sb, -1)
/linux-2.4.37.9/fs/
Ddquot.c471 void sync_dquots_sb(struct super_block *sb, int type) in sync_dquots_sb() function