Home
last modified time | relevance | path

Searched refs:zfs_vget (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c84 rc = zfs_vget(sb, &ip, fid);
H A Dzfs_vfsops.c1674 zfs_vget(struct super_block *sb, struct inode **ipp, fid_t *fidp) in zfs_vget() function
2174 EXPORT_SYMBOL(zfs_vget);
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h217 extern int zfs_vget(struct super_block *sb, struct inode **ipp, fid_t *fidp);
/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);
132 .vfs_vget = zfs_vget,
1717 zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp) in zfs_vget() function