Home
last modified time | relevance | path

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

/fs/btrfs/
Dsuper.c1497 int btrfs_sync_fs(struct super_block *sb, int wait) in btrfs_sync_fs() function
2668 .sync_fs = btrfs_sync_fs,
Dctree.h3544 int btrfs_sync_fs(struct super_block *sb, int wait);
Dioctl.c5530 ret = btrfs_sync_fs(inode->i_sb, 1); in btrfs_ioctl()