Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h434 #define VTONMP(vp) VFSTONFS(vnode_mount(vp)) macro
435 #define NFSTONMP(np) VTONMP(NFSTOV(np))
H A Dnfs_vnops.c658 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 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()
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 Dnfs4_vnops.c1510 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 …]