Searched refs:__sync_filesystem (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dsync.c30 static int __sync_filesystem(struct super_block *sb, int wait) function
74 ret = __sync_filesystem(sb, 0);
77 return __sync_filesystem(sb, 1);
85 __sync_filesystem(sb, *(int *)arg);

Completed in 99 milliseconds