Searched refs:reg (Results 1 – 4 of 4) sorted by relevance
/fs/ocfs2/cluster/ |
D | heartbeat.c | 288 struct o2hb_region *reg = in o2hb_write_timeout() local 293 "milliseconds\n", reg->hr_dev_name, in o2hb_write_timeout() 294 jiffies_to_msecs(jiffies - reg->hr_last_timeout_start)); in o2hb_write_timeout() 298 if (test_bit(reg->hr_region_num, o2hb_quorum_region_bitmap)) in o2hb_write_timeout() 299 set_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_write_timeout() 320 static void o2hb_arm_timeout(struct o2hb_region *reg) in o2hb_arm_timeout() argument 323 if (atomic_read(®->hr_steady_iterations) != 0) in o2hb_arm_timeout() 331 clear_bit(reg->hr_region_num, o2hb_failed_region_bitmap); in o2hb_arm_timeout() 334 cancel_delayed_work(®->hr_write_timeout_work); in o2hb_arm_timeout() 335 schedule_delayed_work(®->hr_write_timeout_work, in o2hb_arm_timeout() [all …]
|
/fs/xfs/ |
D | xfs_log.c | 826 struct xfs_log_iovec reg = { in xlog_write_unmount_record() local 833 .lv_iovecp = ®, in xlog_write_unmount_record() 1471 struct xfs_log_iovec reg = { in xlog_commit_record() local 1478 .lv_iovecp = ®, in xlog_commit_record() 2375 struct xfs_log_iovec *reg; in xlog_write() local 2388 reg = &vecp[index]; in xlog_write() 2389 ASSERT(reg->i_len % sizeof(int32_t) == 0); in xlog_write() 2412 reg->i_len, in xlog_write() 2428 memcpy(ptr, reg->i_addr + copy_off, copy_len); in xlog_write()
|
/fs/squashfs/ |
D | squashfs_fs.h | 401 struct squashfs_reg_inode reg; member
|
D | inode.c | 133 struct squashfs_reg_inode *sqsh_ino = &squashfs_ino.reg; in squashfs_read_inode()
|