Home
last modified time | relevance | path

Searched refs:ino_t (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/sys/
H A Ddirent.h42 typedef __ino_t ino_t; typedef
67 ino_t d_fileno; /* file number of entry */
H A Dstat.h73 typedef __ino_t ino_t; typedef
162 ino_t st_ino; /* inode's number */
H A Dunpcb.h98 ino_t unp_ino; /* (g) fake inode number */
H A Dpipe.h124 ino_t pipe_ino; /* fake inode for stat(2) */
H A Dconf.h326 ino_t devfs_alloc_cdp_inode(void);
327 void devfs_free_cdp_inode(ino_t ino);
H A Dmman.h285 ino_t shm_ino;
H A Dtypes.h145 typedef __ino_t ino_t; /* inode number */ typedef
H A Dvnode.h213 ino_t xvu_ino; /* id, if VDIR/VREG/VLNK */
288 ino_t va_fileid; /* file id */
775 int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,
H A Dsyscallsubr.h328 enum uio_seg pathseg, int flag, ino_t oldinum);
H A Dmount.h761 typedef int vfs_vget_t(struct mount *mp, ino_t ino, int flags,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddirent.h37 typedef ino_t ino64_t;
/f-stack/tools/compat/include/sys/
H A Dunpcb.h98 ino_t unp_ino; /* (g) fake inode number */
/f-stack/tools/libutil/
H A Dpidfile.c54 ino_t pf_ino;
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h18 typedef ino_t ngx_file_uniq_t;
/f-stack/freebsd/kern/
H A Dvfs_init.c248 vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in vfs_vget_sigdefer()
H A Dvfs_default.c831 ino_t fileno; in vop_stdvptocnp()
1403 ino_t ino;
H A Dvfs_vnops.c2235 return (VFS_VGET(mp, *(ino_t *)arg, lkflags, rvp)); in vn_get_ino_alloc_vget()
2239 vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp) in vn_vget_ino()
H A Dvfs_syscalls.c1811 int flag, enum uio_seg pathseg, ino_t oldinum) in kern_funlinkat_ex()
1856 enum uio_seg pathseg, int flag, ino_t oldinum) in kern_funlinkat()
H A Duipc_usrreq.c115 static ino_t unp_ino; /* Prototype for fake inode numbers. */
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c110 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp);
1717 zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp) in zfs_vget()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7201 ino_t path_inode; in unshare_unmount_path()