Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dsync.c30 static int __sync_filesystem(struct super_block *sb, int wait) in __sync_filesystem() function
63 ret = __sync_filesystem(sb, 0); in sync_filesystem()
66 return __sync_filesystem(sb, 1); in sync_filesystem()