Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsync.c60 ret = sync_blockdev_nowait(sb->s_bdev); in sync_filesystem()
/openbmc/linux/block/
H A Dbdev.c182 int sync_blockdev_nowait(struct block_device *bdev) in sync_blockdev_nowait() function
188 EXPORT_SYMBOL_GPL(sync_blockdev_nowait);
/openbmc/linux/include/linux/
H A Dblkdev.h1524 int sync_blockdev_nowait(struct block_device *bdev);
1537 static inline int sync_blockdev_nowait(struct block_device *bdev) in sync_blockdev_nowait() function
/openbmc/linux/fs/fat/
H A Dinode.c1936 ret = sync_blockdev_nowait(sb->s_bdev); in fat_flush_inodes()
/openbmc/linux/fs/ntfs3/
H A Dinode.c1093 ret = sync_blockdev_nowait(sb->s_bdev); in ntfs_flush_inodes()