Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dheartbeat.c217 struct file *hr_bdev_file; member
267 return reg->hr_bdev_file ? file_bdev(reg->hr_bdev_file) : NULL; in reg_bdev()
1513 if (reg->hr_bdev_file) in o2hb_region_release()
1514 fput(reg->hr_bdev_file); in o2hb_region_release()
1574 if (reg->hr_bdev_file) in o2hb_region_block_bytes_store()
1603 if (reg->hr_bdev_file) in o2hb_region_start_block_store()
1629 if (reg->hr_bdev_file) in o2hb_region_blocks_store()
1648 if (to_o2hb_region(item)->hr_bdev_file) in o2hb_region_dev_show()
1772 if (reg->hr_bdev_file) in o2hb_region_dev_store()
1798 reg->hr_bdev_file = bdev_file_open_by_dev(fd_file(f)->f_mapping->host->i_rdev, in o2hb_region_dev_store()
[all …]