Searched refs:i_type (Results 1 – 11 of 11) sorted by relevance
64 char i_type; /* OMFS_[DIR,FILE] */ member
122 oi->i_type = OMFS_DIR; in __omfs_write_inode()124 oi->i_type = OMFS_FILE; in __omfs_write_inode()240 switch (oi->i_type) { in omfs_iget()
359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
320 ii->i_type = NILFS_I_TYPE_NORMAL; in nilfs_new_inode()516 if (ii->i_type != args->type) in nilfs_iget_test()529 NILFS_I(inode)->i_type = args->type; in nilfs_iget_set()628 args.type = ii->i_type | NILFS_I_TYPE_BTNC; in nilfs_attach_btree_node_cache()847 if (!(ii->i_type & NILFS_I_TYPE_BTNC)) in nilfs_clear_inode()
41 unsigned int i_type; member
163 ii->i_type = 0; in nilfs_alloc_inode()
524 if (ii->i_type & NILFS_I_TYPE_GC) in nilfs_segctor_end_finfo()
65 u32 i_type; member
1099 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record()1162 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr()1179 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
118 vec->i_type = type; in xlog_prepare_iovec()877 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record()1944 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
201 uint i_type; /* type of region */ member
Completed in 39 milliseconds