Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/fs/befs/
Dbefs.h65 u32 i_type; member
/Linux-v5.4/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()
1522 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_commit_record()
2099 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
2138 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()
/Linux-v5.4/Documentation/filesystems/
Domfs.txt71 char i_type; /* OMFS_[DIR,FILE] */
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h197 uint i_type; /* type of region */ member