Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dheartbeat.c161 struct o2hb_region *reg = in o2hb_write_timeout() local
166 "milliseconds\n", reg->hr_dev_name, in o2hb_write_timeout()
167 jiffies_to_msecs(jiffies - reg->hr_last_timeout_start)); in o2hb_write_timeout()
171 static void o2hb_arm_write_timeout(struct o2hb_region *reg) in o2hb_arm_write_timeout() argument
175 cancel_delayed_work(&reg->hr_write_timeout_work); in o2hb_arm_write_timeout()
176 reg->hr_last_timeout_start = jiffies; in o2hb_arm_write_timeout()
177 schedule_delayed_work(&reg->hr_write_timeout_work, in o2hb_arm_write_timeout()
181 static void o2hb_disarm_write_timeout(struct o2hb_region *reg) in o2hb_disarm_write_timeout() argument
183 cancel_delayed_work(&reg->hr_write_timeout_work); in o2hb_disarm_write_timeout()
208 static void o2hb_wait_on_io(struct o2hb_region *reg, in o2hb_wait_on_io() argument
[all …]
/fs/xfs/
Dxfs_log.c672 xfs_log_iovec_t reg[1]; in xfs_log_unmount_write() local
705 reg[0].i_addr = (void*)&magic; in xfs_log_unmount_write()
706 reg[0].i_len = sizeof(magic); in xfs_log_unmount_write()
707 XLOG_VEC_SET_TYPE(&reg[0], XLOG_REG_TYPE_UNMOUNT); in xfs_log_unmount_write()
714 error = xlog_write(mp, reg, 1, tic, &lsn, in xfs_log_unmount_write()
811 xfs_log_iovec_t reg[], in xfs_log_write() argument
822 if ((error = xlog_write(mp, reg, nentries, tic, start_lsn, NULL, 0))) { in xfs_log_write()
1366 xfs_log_iovec_t reg[1]; in xlog_commit_record() local
1368 reg[0].i_addr = NULL; in xlog_commit_record()
1369 reg[0].i_len = 0; in xlog_commit_record()
[all …]
/fs/squashfs/
Dsquashfs_fs.h353 struct squashfs_reg_inode reg; member
Dinode.c139 struct squashfs_reg_inode *sqsh_ino = &squashfs_ino.reg; in squashfs_read_inode()