Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h435 #define VTONMP(vp) VFSTONFS(vnode_mount(vp)) macro
436 #define NFSTONMP(np) VTONMP(NFSTOV(np))
H A Dnfs_vnops.c654 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 Dnfs_bio.c420 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 Dnfs4_vnops.c1513 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 …]