Home
last modified time | relevance | path

Searched refs:I_BDEV (Results 1 – 2 of 2) sorted by relevance

/fs/
Dblock_dev.c42 inline struct block_device *I_BDEV(struct inode *inode) in I_BDEV() function
47 EXPORT_SYMBOL(I_BDEV);
120 if (iblock >= max_block(I_BDEV(inode))) { in blkdev_get_block()
132 bh->b_bdev = I_BDEV(inode); in blkdev_get_block()
142 sector_t end_block = max_block(I_BDEV(inode)); in blkdev_get_blocks()
158 bh->b_bdev = I_BDEV(inode); in blkdev_get_blocks()
173 return blockdev_direct_IO_no_locking(rw, iocb, inode, I_BDEV(inode), in blkdev_direct_IO()
248 return sync_blockdev(I_BDEV(filp->f_mapping->host)); in block_fsync()
1216 struct block_device *bdev = I_BDEV(filp->f_mapping->host); in blkdev_close()
1224 struct block_device *bdev = I_BDEV(file->f_mapping->host); in block_ioctl()
/fs/ocfs2/cluster/
Dheartbeat.c1270 reg->hr_bdev = I_BDEV(filp->f_mapping->host); in o2hb_region_dev_write()