Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dsync.c31 static int __sync_filesystem(struct super_block *sb, int wait) in __sync_filesystem() function
64 ret = __sync_filesystem(sb, 0); in sync_filesystem()
67 return __sync_filesystem(sb, 1); in sync_filesystem()