Searched refs:btrfs_sync_fs (Results 1 – 3 of 3) sorted by relevance
16 int btrfs_sync_fs(struct super_block *sb, int wait);
1012 int btrfs_sync_fs(struct super_block *sb, int wait) in btrfs_sync_fs() function2492 .sync_fs = btrfs_sync_fs,
5257 ret = btrfs_sync_fs(inode->i_sb, 1); in btrfs_ioctl()