Searched refs:i_type (Results 1 – 8 of 8) sorted by relevance
64 char i_type; /* OMFS_[DIR,FILE] */ member
121 oi->i_type = OMFS_DIR; in __omfs_write_inode()123 oi->i_type = OMFS_FILE; in __omfs_write_inode()242 switch (oi->i_type) { in omfs_iget()
358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
65 u32 i_type; member
37 vec->i_type = type; in xlog_prepare_iovec()
823 .i_type = XLOG_REG_TYPE_UNMOUNT, in xfs_log_write_unmount_record()1524 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_commit_record()2101 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()2140 xlog_tic_add_region(ticket, vecp->i_len, vecp->i_type); in xlog_write_calc_vec_length()
799 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push()
197 uint i_type; /* type of region */ member