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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinternal.h30 extern int __sync_blockdev(struct block_device *bdev, int wait);
42 static inline int __sync_blockdev(struct block_device *bdev, int wait) function
H A Dsync.c26 * submit IO for these buffers via __sync_blockdev(). This also speeds up the
50 return __sync_blockdev(sb->s_bdev, wait);
H A Dblock_dev.c179 int __sync_blockdev(struct block_device *bdev, int wait) function
194 return __sync_blockdev(bdev, 1);

Completed in 72 milliseconds