Home
last modified time | relevance | path

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

/linux/fs/omfs/
A Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
A 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()
A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux/fs/befs/
A Dbefs.h65 u32 i_type; member
/linux/fs/xfs/
A Dxfs_log.h37 vec->i_type = type; in xlog_prepare_iovec()
A Dxfs_log_cil.c816 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record()
1026 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push_work()
A Dxfs_log.c924 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record()
2227 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
2267 xlog_tic_add_region(ticket, vecp->i_len, vecp->i_type); in xlog_write_calc_vec_length()
/linux/Documentation/filesystems/
A Domfs.rst77 char i_type; /* OMFS_[DIR,FILE] */
/linux/fs/xfs/libxfs/
A Dxfs_log_format.h194 uint i_type; /* type of region */ member

Completed in 20 milliseconds