Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h128 uint64_t ino, unsigned type) in zpl_dir_emit() argument
130 return (!ctx->actor(ctx->dirent, name, namelen, ctx->pos, ino, type)); in zpl_dir_emit()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ioctl_os.c158 zfsdev_open(struct inode *ino, struct file *filp) in zfsdev_open() argument
170 zfsdev_release(struct inode *ino, struct file *filp) in zfsdev_release() argument
H A Dzfs_vnops_os.c1688 sp->ino = ZFSCTL_INO_SNAPDIRS - in zfs_getattr_fast()
/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() argument
253 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_vget)(mp, ino, flags, vpp); in vfs_vget_sigdefer()
H A Dvfs_default.c1401 vfs_stdvget (mp, ino, flags, vpp) in vfs_stdvget() argument
1403 ino_t ino;
H A Dvfs_vnops.c2239 vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags, struct vnode **rvp) in vn_vget_ino() argument
2242 return (vn_vget_ino_gen(vp, vn_get_ino_alloc_vget, &ino, in vn_vget_ino()
/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() argument
1728 if (ino == ZFSCTL_INO_ROOT || ino == ZFSCTL_INO_SNAPDIR || in zfs_vget()
1729 (zfsvfs->z_shares_dir != 0 && ino == zfsvfs->z_shares_dir)) in zfs_vget()
1733 err = zfs_zget(zfsvfs, ino, &zp); in zfs_vget()
/f-stack/freebsd/sys/
H A Dconf.h327 void devfs_free_cdp_inode(ino_t ino);
H A Dmount.h761 typedef int vfs_vget_t(struct mount *mp, ino_t ino, int flags,
H A Dvnode.h775 int vn_vget_ino(struct vnode *vp, ino_t ino, int lkflags,