Home
last modified time | relevance | path

Searched refs:lfs_vget (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dlfs.c405 lfs_vget(void *vfs, ino_t ino) in lfs_vget() function
575 register_vget((void *)fs, lfs_vget); in lfs_init()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_vfsops.c157 .vfs_vget = lfs_vget,
1546 lfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
2284 * used by lfs_vget.
1548 lfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp) lfs_vget() function