Searched refs:VTONMP (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsmount.h | 435 #define VTONMP(vp) VFSTONFS(vnode_mount(vp)) macro 436 #define NFSTONMP(np) VTONMP(NFSTOV(np))
|
| H A D | nfs_vnops.c | 654 nmp = VTONMP(vp); in nfs_vnop_access() 829 nmp = VTONMP(vp); in nfs_vnop_open() 1097 nmp = VTONMP(vp); in nfs_vnop_close() 1910 nmp = VTONMP(ap->a_vp); in nfs3_vnop_getattr() 2001 nmp = VTONMP(vp); in nfs_vnop_setattr() 2634 nmp = VTONMP(dvp); in nfs_vnop_lookup() 2771 nmp = VTONMP(ap->a_vp); in nfs_vnop_readlink() 3121 struct nfsmount *nmp = VTONMP(vp); in nfs_vnop_write() 4082 nmp = VTONMP(dvp); in nfs3_vnop_mknod() 4253 nmp = VTONMP(dvp); in nfs3_vnop_create() [all …]
|
| H A D | nfs_bio.c | 420 struct nfsmount *nmp = VTONMP(vp); in nfs_buf_page_inval_internal() 746 struct nfsmount *nmp = VTONMP(vp); in nfs_buf_get() 795 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_buf_get() 823 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_buf_get() 983 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_buf_get() 2087 struct nfsmount *nmp = VTONMP(vp); in nfs_bioread() 3974 struct nfsmount *nmp = VTONMP(vp); in nfs_vinvalbuf2() 3998 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_vinvalbuf2() 4019 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_vinvalbuf2()
|
| H A D | nfs4_vnops.c | 1513 nmp = VTONMP(ap->a_vp); in nfs4_vnop_getattr() 2949 nmp = VTONMP(vp); in nfs_vnop_mmap() 3209 struct nfsmount *nmp = VTONMP(vp); in nfs_vnop_mmap_check() 3252 nmp = VTONMP(vp); in nfs_vnop_mnomap() 4794 nmp = VTONMP(ap->a_vp); in nfs_vnop_advlock() 5248 nmp = VTONMP(dvp); in nfs4_open_rpc_internal() 6934 nmp = VTONMP(dvp); in nfs4_vnop_create() 7321 nmp = VTONMP(ap->a_dvp); in nfs4_vnop_mknod() 7419 nmp = VTONMP(vp); in nfs4_vnop_link() 8633 nmp = VTONMP(ap->a_vp); in nfs4_vnop_getxattr() [all …]
|