Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h849 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2235 return (VFS_VGET(mp, *(ino_t *)arg, lkflags, rvp)); in vn_get_ino_alloc_vget()