Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/tarfs/
HDtarfs_vnops.c54 tnp = VP_TO_TARFS_NODE(vp); in tarfs_open()
76 tnp = VP_TO_TARFS_NODE(vp); in tarfs_close()
100 tnp = VP_TO_TARFS_NODE(vp); in tarfs_access()
147 tnp = VP_TO_TARFS_NODE(vp); in tarfs_bmap()
191 tnp = VP_TO_TARFS_NODE(vp); in tarfs_getattr()
236 dirnode = VP_TO_TARFS_NODE(dvp); in tarfs_lookup()
294 tnp = VP_TO_TARFS_NODE(*vpp); in tarfs_lookup()
329 tnp = VP_TO_TARFS_NODE(vp); in tarfs_readdir()
527 tnp = VP_TO_TARFS_NODE(vp); in tarfs_read()
562 tnp = VP_TO_TARFS_NODE(vp); in tarfs_readlink()
[all …]
HDtarfs.h221 VP_TO_TARFS_NODE(struct vnode *vp) in VP_TO_TARFS_NODE() function
HDtarfs_vfsops.c1226 tnp = VP_TO_TARFS_NODE(nvp); in tarfs_fhtovp()