Searched refs:i_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/fs/omfs/ |
D | omfs_fs.h | 64 char i_type; /* OMFS_[DIR,FILE] */ member
|
D | inode.c | 121 oi->i_type = OMFS_DIR; in __omfs_write_inode() 123 oi->i_type = OMFS_FILE; in __omfs_write_inode() 241 switch (oi->i_type) { in omfs_iget()
|
D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/Linux-v6.6/fs/befs/ |
D | befs.h | 65 u32 i_type; member
|
/Linux-v6.6/fs/xfs/ |
D | xfs_log.h | 94 return xlog_copy_iovec(lv, vecp, src->i_type, src->i_addr, src->i_len); in xlog_copy_from_iovec()
|
D | xfs_attr_item.c | 92 nv->name.i_type = XLOG_REG_TYPE_ATTR_NAME; in xfs_attri_log_nameval_alloc() 103 nv->value.i_type = XLOG_REG_TYPE_ATTR_VALUE; in xfs_attri_log_nameval_alloc()
|
D | xfs_log_cil.c | 940 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record() 1003 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr() 1020 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
|
D | xfs_log.c | 129 vec->i_type = type; in xlog_prepare_iovec() 928 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record() 2201 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
|
/Linux-v6.6/Documentation/filesystems/ |
D | omfs.rst | 77 char i_type; /* OMFS_[DIR,FILE] */
|
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_log_format.h | 198 uint i_type; /* type of region */ member
|