Home
last modified time | relevance | path

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

/fs/
Dinternal.h25 extern int __sync_blockdev(struct block_device *bdev, int wait);
32 static inline int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev() function
Dsync.c39 return __sync_blockdev(sb->s_bdev, wait); in __sync_filesystem()
Dblock_dev.c172 int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev() function
187 return __sync_blockdev(bdev, 1); in sync_blockdev()