Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 8 of 8) sorted by relevance

/fs/omfs/
Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
Dinode.c121 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()
Ddir.c358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/fs/befs/
Dbefs.h65 u32 i_type; member
/fs/xfs/
Dxfs_log.h37 vec->i_type = type; in xlog_prepare_iovec()
Dxfs_log.c823 .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()
Dxfs_log_cil.c799 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push()
/fs/xfs/libxfs/
Dxfs_log_format.h197 uint i_type; /* type of region */ member