| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | inode.h | 75 struct inode { struct 76 struct vnode *i_vnode;/* Vnode associated with this inode. */ argument 79 ino_t i_number; /* The identity of the inode. */ argument 104 ext_time_t i_ctime; /* Last inode change time. */ argument 108 int32_t i_ctimensec; /* Last inode change time. */ argument 113 dev_t i_rdev; /* Major/minor inode values. */ argument 114 union { 122 struct ext4_extent_cache i_ext_cache; /* cache for ext4 extent */ 124 struct vn_clusterw i_clusterw; /* Buffer clustering information */
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | inode.h | 81 struct inode { struct 83 struct vnode *i_vnode; /* Vnode associated with this inode. */ argument 84 struct ufsmount *i_ump; /* Ufsmount point associated with this inode. */ argument 91 * The real copy of the on-disk inode. argument 96 } dinode_u; argument 98 ino_t i_number; /* The identity of the inode. */ argument 99 uint32_t i_flag; /* flags, see below */ 100 int32_t i_effnlink; /* i_nlink when I/O completes */ 105 int32_t i_count; /* Size of free slot in directory. */ 129 * Copies from the on-disk dinode itself. argument [all …]
|
| /freebsd-14.2/usr.sbin/makefs/ffs/ |
| H A D | ufs_inode.h | 47 struct inode { struct 48 ino_t i_number; /* The identity of the inode. */ argument 51 union dinode i_din; argument 52 uint64_t i_size;
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | dcache_compat.h | 35 #define d_make_root(inode) d_alloc_root(inode) argument 99 zpl_d_drop_aliases(struct inode *inode) in zpl_d_drop_aliases()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 62 #define inode vnode macro 245 nonseekable_open(struct inode *inode, struct file *filp) in nonseekable_open() 251 simple_open(struct inode *inode, struct file *filp) in simple_open() 276 igrab(struct inode *inode) in igrab() 288 iput(struct inode *inode) in iput() 335 i_size_write(struct inode *inode, loff_t i_size) in i_size_write()
|
| H A D | seq_file.h | 36 #define inode vnode macro
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_simple_attr.c | 58 simple_attr_open(struct inode *inode, struct file *filp, in simple_attr_open() 79 simple_attr_release(struct inode *inode, struct file *filp) in simple_attr_release()
|
| /freebsd-14.2/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-14.2/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-14.2/sbin/ffsinfo/ |
| H A D | ffsinfo.c | 340 dump_whole_ufs1_inode(ino_t inode, int level) in dump_whole_ufs1_inode() 494 dump_whole_ufs2_inode(ino_t inode, int level) in dump_whole_ufs2_inode()
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_znode_impl.h | 65 #define ITOZ(inode) (container_of((inode), znode_t, z_inode)) argument 67 #define ITOZSB(inode) ((zfsvfs_t *)((inode)->i_sb->s_fs_info)) argument
|
| /freebsd-14.2/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-14.2/sbin/fsck_ffs/ |
| H A D | fsck.h | 137 struct inode { struct 138 struct bufarea *i_bp; /* buffer containing the dinode */ argument 139 union dinode *i_dp; /* pointer to dinode in buffer */ argument 140 ino_t i_number; /* inode number */ argument
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 485 proc_slab_open(struct inode *inode, struct file *filp) in proc_slab_open() 525 proc_taskq_all_open(struct inode *inode, struct file *filp) in proc_taskq_all_open() 531 proc_taskq_open(struct inode *inode, struct file *filp) in proc_taskq_open()
|
| /freebsd-14.2/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-14.2/usr.sbin/snapinfo/ |
| H A D | snapinfo.c | 51 static uint32_t inode; variable
|
| /freebsd-14.2/usr.sbin/quot/ |
| H A D | quot.c | 375 ino_t inode, maxino; in dofsizes() local 447 ino_t inode, maxino; in douser() local 489 uintmax_t inode; in donames() local
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_export.c | 134 zpl_commit_metadata(struct inode *inode)
|
| /freebsd-14.2/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_denode.c | 88 uint64_t inode; in deget() local
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | common_kvm.c | 91 struct inode inode; in ufs_filestat() local
|
| /freebsd-14.2/tools/test/stress2/lib/ |
| H A D | resources.c | 158 getdf(int64_t *block, int64_t *inode) in getdf()
|
| /freebsd-14.2/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-14.2/sys/fs/cd9660/ |
| H A D | cd9660_node.h | 72 ISO_RRIP_INODE inode; member
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | cred.h | 64 static inline struct user_namespace *zfs_i_user_ns(struct inode *inode) in zfs_i_user_ns()
|