Searched refs:i_type (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | omfs_fs.h | 64 char i_type; /* OMFS_[DIR,FILE] */ member
|
H A D | inode.c | 121 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()
|
H A D | dir.c | 358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | omfs_fs.h | 64 char i_type; /* OMFS_[DIR,FILE] */ member
|
H A 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()
|
H A D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | befs.h | 65 u32 i_type; member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.h | 37 vec->i_type = type; in xlog_prepare_iovec()
|
H A D | xfs_log.c | 829 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record() 1474 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_commit_record() 2078 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans() 2115 xlog_tic_add_region(ticket, vecp->i_len, vecp->i_type); in xlog_write_calc_vec_length()
|
H A D | xfs_log_cil.c | 807 lhdr.i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_push_work()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | befs.h | 65 u32 i_type; member
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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() 2202 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 93 /* Region types for iovec's i_type */ 197 uint i_type; /* type of region */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 89 /* Region types for iovec's i_type */ 198 uint i_type; /* type of region */ member
|
Completed in 30 milliseconds