Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_vfsops.c90 static vfs_vget_t ext2_vget; variable
107 .vfs_vget = ext2_vget,
1337 ext2_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in ext2_vget() function