Home
last modified time | relevance | path

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

/linux/fs/omfs/
H A Domfs_fs.h64 char i_type; /* OMFS_[DIR,FILE] */ member
H A Dinode.c123 oi->i_type = OMFS_DIR; in __omfs_write_inode()
125 oi->i_type = OMFS_FILE; in __omfs_write_inode()
241 switch (oi->i_type) { in omfs_iget()
/linux/fs/befs/
H A Dbefs.h65 u32 i_type; member
/linux/fs/nilfs2/
H A Dinode.c320 ii->i_type = NILFS_I_TYPE_NORMAL; in nilfs_new_inode()
516 if (ii->i_type != args->type) in nilfs_iget_test()
529 NILFS_I(inode)->i_type = args->type; in nilfs_iget_set()
628 args.type = ii->i_type | NILFS_I_TYPE_BTNC; in nilfs_attach_btree_node_cache()
847 if (!(ii->i_type & NILFS_I_TYPE_BTNC)) in nilfs_clear_inode()
H A Dnilfs.h42 unsigned int i_type; member
H A Dsuper.c163 ii->i_type = 0; in nilfs_alloc_inode()
H A Dsegment.c524 if (ii->i_type & NILFS_I_TYPE_GC) in nilfs_segctor_end_finfo()
/linux/fs/xfs/
H A Dxfs_log_cil.c453 vec->i_type = type; in xlog_format_start()
1197 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record()
1251 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr()
1268 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
H A Dxfs_log.c848 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record()
1875 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
/linux/Documentation/filesystems/
H A Domfs.rst77 char i_type; /* OMFS_[DIR,FILE] */