Searched refs:reg (Results 1 – 4 of 4) sorted by relevance
/fs/ocfs2/cluster/ |
D | heartbeat.c | 312 struct o2hb_region *reg = in o2hb_write_timeout() local 317 "milliseconds\n", reg->hr_dev_name, in o2hb_write_timeout() 318 jiffies_to_msecs(jiffies - reg->hr_last_timeout_start)); in o2hb_write_timeout() 322 if (test_bit(reg->hr_region_num, o2hb_quorum_region_bitmap)) in o2hb_write_timeout() 323 set_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_write_timeout() 344 static void o2hb_arm_timeout(struct o2hb_region *reg) in o2hb_arm_timeout() argument 347 if (atomic_read(®->hr_steady_iterations) != 0) in o2hb_arm_timeout() 355 clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_arm_timeout() 358 cancel_delayed_work(®->hr_write_timeout_work); in o2hb_arm_timeout() 359 schedule_delayed_work(®->hr_write_timeout_work, in o2hb_arm_timeout() [all …]
|
/fs/xfs/ |
D | xfs_log.c | 867 struct xfs_log_iovec reg = { in xfs_log_unmount_write() local 874 .lv_iovecp = ®, in xfs_log_unmount_write() 1566 struct xfs_log_iovec reg = { in xlog_commit_record() local 1573 .lv_iovecp = ®, in xlog_commit_record() 2391 struct xfs_log_iovec *reg; in xlog_write() local 2405 reg = &vecp[index]; in xlog_write() 2406 ASSERT(reg->i_len % sizeof(__int32_t) == 0); in xlog_write() 2425 reg->i_len, in xlog_write() 2441 memcpy(ptr, reg->i_addr + copy_off, copy_len); in xlog_write()
|
/fs/squashfs/ |
D | squashfs_fs.h | 406 struct squashfs_reg_inode reg; member
|
D | inode.c | 146 struct squashfs_reg_inode *sqsh_ino = &squashfs_ino.reg; in squashfs_read_inode()
|