/freebsd/sys/fs/ext2fs/ |
H A D | inode.h | 73 struct inode { struct 74 struct vnode *i_vnode;/* Vnode associated with this inode. */ argument 77 ino_t i_number; /* The identity of the inode. */ argument 102 ext_time_t i_ctime; /* Last inode change time. */ argument 106 int32_t i_ctimensec; /* Last inode change time. */ argument 111 dev_t i_rdev; /* Major/minor inode values. */ argument 112 union { 120 struct ext4_extent_cache i_ext_cache; /* cache for ext4 extent */ 122 struct vn_clusterw i_clusterw; /* Buffer clustering information */
|
/freebsd/sys/ufs/ufs/ |
H A D | inode.h | 79 struct inode { struct 81 struct vnode *i_vnode; /* Vnode associated with this inode. */ argument 82 struct ufsmount *i_ump; /* Ufsmount point associated with this inode. */ argument 89 * The real copy of the on-disk inode. argument 94 dinode_uinode global() argument 96 i_numberinode global() argument 97 i_flaginode global() argument 98 i_effnlinkinode global() argument 103 i_countinode global() argument 127 i_ea_refsinode global() argument 152 i_modeinode global() argument [all...] |
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ufs_inode.h | 45 struct inode { global() struct 46 i_numberinode global() argument 49 i_dininode global() argument 50 i_sizeinode global() argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_simple_attr.c | 57 simple_attr_open(struct inode *inode, struct file *filp, in simple_attr_open() argument 78 simple_attr_release(struct inode *inode, struct file *filp) in simple_attr_release() argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | fs.h | 61 #define inode vnode macro 244 nonseekable_open(struct inode *inode, struct file *filp) in nonseekable_open() argument 250 simple_open(struct inode *inode, struct file *filp) in simple_open() argument 275 igrab(struct inode * inode) igrab() argument 287 iput(struct inode * inode) iput() argument 334 i_size_write(struct inode * inode,loff_t i_size) i_size_write() argument [all...] |
H A D | seq_file.h | 36 #define inode vnode macro
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs.h | 103 struct p9fs_inode inode; /* in memory representation of ondisk information*/ member 119 #define P9FS_SET_LINKS(inode) do { \ argument 123 #define P9FS_INCR_LINKS(inode) do { \ argument 127 #define P9FS_DECR_LINKS(inode) do { \ argument 131 #define P9FS_CLR_LINKS(inode) do { \ argument
|
H A D | p9fs_vnops.c | 80 struct p9fs_inode *inode; in p9fs_itimes() local 875 struct p9fs_inode *inode; in p9fs_getattr_dotl() local 953 struct p9fs_inode *inode; in p9fs_stat_vnode_dotl() local 996 p9fs_inode_to_iattr(struct p9fs_inode *inode, struct p9_iattr_dotl *p9attr) in p9fs_inode_to_iattr() 1019 struct p9fs_inode *inode; in p9fs_chown() local 1072 struct p9fs_inode *inode; in p9fs_chmod() local 1131 struct p9fs_inode *inode; in p9fs_setattr_dotl() local 1677 struct p9fs_inode *inode; in p9fs_link() local
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_debugfs.c | 118 static int debugfs_log_open(struct inode *inode, struct file *file) in debugfs_log_open() 203 static int debugfs_usecount_open(struct inode *inode, struct file *file) in debugfs_usecount_open() 227 static int debugfs_trace_open(struct inode *inode, struct file *file) in debugfs_trace_open()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 126 unsigned long inode; in sdp_seq_show() local 160 static int sdp_seq_open(struct inode *inode, struct file *file) in sdp_seq_open() 335 static int sdpstats_seq_open(struct inode *inode, struct file *file) in sdpstats_seq_open() 427 static int sdpprf_open(struct inode *inode, struct file *file) in sdpprf_open()
|
/freebsd/sbin/ffsinfo/ |
H A D | ffsinfo.c | 324 dump_whole_ufs1_inode(ino_t inode, int level) in dump_whole_ufs1_inode() 478 dump_whole_ufs2_inode(ino_t inode, int level) in dump_whole_ufs2_inode()
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | dcache_compat.h | 93 zpl_d_drop_aliases(struct inode *inode) in zpl_d_drop_aliases()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_fs.c | 135 static int ipoib_mcg_open(struct inode *inode, struct file *file) in ipoib_mcg_open() 241 static int ipoib_path_open(struct inode *inode, struct file *file) in ipoib_path_open()
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_znode_impl.h | 58 #define ITOZ(inode) (container_of((inode), znode_t, z_inode)) argument 60 #define ITOZSB(inode) ((zfsvfs_t *)((inode)->i_sb->s_fs_info)) argument
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs.c | 245 static int ath11k_open_pdev_stats(struct inode *inode, struct file *file) in ath11k_open_pdev_stats() 291 static int ath11k_release_pdev_stats(struct inode *inode, struct file *file) in ath11k_release_pdev_stats() 316 static int ath11k_open_vdev_stats(struct inode *inode, struct file *file) in ath11k_open_vdev_stats() 362 static int ath11k_release_vdev_stats(struct inode *inode, struct file *file) in ath11k_release_vdev_stats() 387 static int ath11k_open_bcn_stats(struct inode *inode, struct file *file) in ath11k_open_bcn_stats() 446 static int ath11k_release_bcn_stats(struct inode *inode, struct file *file) in ath11k_release_bcn_stats() 917 static int ath11k_open_sram_dump(struct inode *inode, struct file *file) in ath11k_open_sram_dump() 958 static int ath11k_release_sram_dump(struct inode *inode, struct file *file) in ath11k_release_sram_dump()
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsck.h | 136 struct inode { global() struct 137 i_bpinode global() argument 138 i_dpinode global() argument 139 i_numberinode global() argument [all...] |
/freebsd/stand/libsa/ |
H A D | ufsread.c | 165 fsread_size(ufs_ino_t inode, void *buf, size_t nbyte, size_t *fsizep) in fsread_size() 318 fsread(ufs_ino_t inode, void *buf, size_t nbyte) in fsread()
|
/freebsd/usr.sbin/quot/ |
H A D | quot.c | 374 ino_t inode, maxino; dofsizes() local 446 ino_t inode, maxino; douser() local 488 uintmax_t inode; donames() local [all...] |
/freebsd/usr.sbin/snapinfo/ |
H A D | snapinfo.c | 51 static uint32_t inode; variable
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_denode.c | 87 uint64_t inode; in deget() local
|
/freebsd/lib/libprocstat/ |
H A D | common_kvm.c | 90 struct inode inode; in ufs_filestat() local
|
/freebsd/tools/test/stress2/lib/ |
H A D | resources.c | 158 getdf(int64_t *block, int64_t *inode) in getdf()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_export.c | 157 zpl_commit_metadata(struct inode *inode) in zpl_commit_metadata()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_user_mad.c | 934 static int ib_umad_open(struct inode *inode, struct file *filp) in ib_umad_open() 977 static int ib_umad_close(struct inode *inode, struct file *filp) in ib_umad_close() 1028 static int ib_umad_sm_open(struct inode *inode, struct file *filp) in ib_umad_sm_open() 1075 static int ib_umad_sm_close(struct inode *inode, struct file *filp) in ib_umad_sm_close()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_node.h | 70 ISO_RRIP_INODE inode; member
|