Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/sys/fs/ext2fs/
H A Dinode.h73 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 Dinode.h79 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_u; argument
96 ino_t i_number; /* The identity of the inode. */ argument
97 uint32_t i_flag; /* flags, see below */
98 int32_t i_effnlink; /* i_nlink when I/O completes */
103 int32_t i_count; /* Size of free slot in directory. */
127 * Copies from the on-disk dinode itself. argument
[all …]
/freebsd/usr.sbin/makefs/ffs/
H A Dufs_inode.h45 struct inode { struct
46 ino_t i_number; /* The identity of the inode. */ argument
49 union dinode i_din; argument
50 uint64_t i_size;
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Ddcache_compat.h35 #define d_make_root(inode) d_alloc_root(inode) argument
99 zpl_d_drop_aliases(struct inode *inode) in zpl_d_drop_aliases()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c57 simple_attr_open(struct inode *inode, struct file *filp, in simple_attr_open()
78 simple_attr_release(struct inode *inode, struct file *filp) in simple_attr_release()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h61 #define inode vnode macro
244 nonseekable_open(struct inode *inode, struct file *filp) in nonseekable_open()
250 simple_open(struct inode *inode, struct file *filp) in simple_open()
275 igrab(struct inode *inode) in igrab()
287 iput(struct inode *inode) in iput()
334 i_size_write(struct inode *inode, loff_t i_size) in i_size_write()
H A Dseq_file.h36 #define inode vnode macro
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c118 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 Dsdp_proc.c126 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 Dffsinfo.c333 dump_whole_ufs1_inode(ino_t inode, int level) in dump_whole_ufs1_inode()
487 dump_whole_ufs2_inode(ino_t inode, int level) in dump_whole_ufs2_inode()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c135 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 Dzfs_znode_impl.h65 #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/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c245 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/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c476 proc_slab_open(struct inode *inode, struct file *filp) in proc_slab_open()
516 proc_taskq_all_open(struct inode *inode, struct file *filp) in proc_taskq_all_open()
522 proc_taskq_open(struct inode *inode, struct file *filp) in proc_taskq_open()
/freebsd/sbin/fsck_ffs/
H A Dfsck.h136 struct inode { struct
137 struct bufarea *i_bp; /* buffer containing the dinode */ argument
138 union dinode *i_dp; /* pointer to dinode in buffer */ argument
139 ino_t i_number; /* inode number */ argument
/freebsd/stand/libsa/
H A Dufsread.c165 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/snapinfo/
H A Dsnapinfo.c51 static uint32_t inode; variable
/freebsd/usr.sbin/quot/
H A Dquot.c374 ino_t inode, maxino; in dofsizes() local
446 ino_t inode, maxino; in douser() local
488 uintmax_t inode; in donames() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c134 zpl_commit_metadata(struct inode *inode)
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c87 uint64_t inode; in deget() local
/freebsd/lib/libprocstat/
H A Dcommon_kvm.c90 struct inode inode; in ufs_filestat() local
/freebsd/tools/test/stress2/lib/
H A Dresources.c158 getdf(int64_t *block, int64_t *inode) in getdf()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c934 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 Dcd9660_node.h70 ISO_RRIP_INODE inode; member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h64 static inline struct user_namespace *zfs_i_user_ns(struct inode *inode) in zfs_i_user_ns()

123