Searched refs:VTONMP (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 434 #define VTONMP(vp) VFSTONFS(vnode_mount(vp)) macro 435 #define NFSTONMP(np) VTONMP(NFSTOV(np))
|
| H A D | nfs_vnops.c | 658 nmp = VTONMP(vp); in nfs_vnop_access() 838 nmp = VTONMP(vp); in nfs_vnop_open() 1106 nmp = VTONMP(vp); in nfs_vnop_close() 1921 nmp = VTONMP(ap->a_vp); in nfs3_vnop_getattr() 2014 nmp = VTONMP(vp); in nfs_vnop_setattr() 2647 nmp = VTONMP(dvp); in nfs_vnop_lookup() 2784 nmp = VTONMP(ap->a_vp); in nfs_vnop_readlink() 3134 struct nfsmount *nmp = VTONMP(vp); in nfs_vnop_write() 4095 nmp = VTONMP(dvp); in nfs3_vnop_mknod() 4266 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() 3975 struct nfsmount *nmp = VTONMP(vp); in nfs_vinvalbuf2() 3999 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_vinvalbuf2() 4020 if ((error = nfs_sigintr(VTONMP(vp), NULL, thd, 0))) { in nfs_vinvalbuf2()
|
| H A D | nfs4_vnops.c | 1510 nmp = VTONMP(ap->a_vp); in nfs4_vnop_getattr() 2945 nmp = VTONMP(vp); in nfs_vnop_mmap() 3205 struct nfsmount *nmp = VTONMP(vp); in nfs_vnop_mmap_check() 3248 nmp = VTONMP(vp); in nfs_vnop_mnomap() 4788 nmp = VTONMP(ap->a_vp); in nfs_vnop_advlock() 5242 nmp = VTONMP(dvp); in nfs4_open_rpc_internal() 6923 nmp = VTONMP(dvp); in nfs4_vnop_create() 7310 nmp = VTONMP(ap->a_dvp); in nfs4_vnop_mknod() 7408 nmp = VTONMP(vp); in nfs4_vnop_link() 8621 nmp = VTONMP(ap->a_vp); in nfs4_vnop_getxattr() [all …]
|