Home
last modified time | relevance | path

Searched refs:NFSTOMP (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h436 #define NFSTOMP(np) (vnode_mount(NFSTOV(np))) macro
H A Dnfs_vnops.c517 …nfs_nget(NFSTOMP(dnp), dnp, &cn, fhp->fh_data, fhp->fh_len, nvattrp, savedxidp, RPCAUTH_UNKNOWN, N… in nfs_rdirplus_update_node_attrs()
3944 ((mp = NFSTOMP(np))) && (vfs_flags(mp) & MNT_ASYNC)) { in nfs3_write_rpc_async()
4052 ((mp = NFSTOMP(np))) && (vfs_flags(mp) & MNT_ASYNC)) { in nfs3_write_rpc_async_finish()
4197 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mknod()
4372 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_create()
5222 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_symlink()
5402 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mkdir()
6342 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, in nfs_dir_buf_cache_lookup()
6875 error = nfs3_getattr_rpc(NULL, NFSTOMP(dnp), fhp->fh_data, fhp->fh_len, 0, ctx, nvap, xidp); in nfs3_lookup_rpc_async_finish()
6978 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, in nfs_lookitup()
[all …]
H A Dnfs4_vnops.c481 ((mp = NFSTOMP(np))) && (vfs_flags(mp) & MNT_ASYNC)) { in nfs4_write_rpc_async()
594 ((mp = NFSTOMP(np))) && (vfs_flags(mp) & MNT_ASYNC)) { in nfs4_write_rpc_async_finish()
5487 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_open_rpc_internal()
7251 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_create_rpc()
7711 …error = nfs_nget(NFSTOMP(np), NULL, &cn, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, 0, &a… in nfs4_named_attr_dir_get()
8145 …error = nfs_nget(NFSTOMP(np), NULL, &cn, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, 0, &a… in nfs4_named_attr_get()
8288 …error = nfs_nget(NFSTOMP(np), adnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_named_attr_get()
H A Dnfs_node.c219 mp2 = (np->n_hflag & NHINIT) ? np->n_mount : NFSTOMP(np); in nfs_nget()
H A Dnfs_subs.c1141 if (nfs3_getattr_rpc(NULL, NFSTOMP(dnp), fhp->fh_data, fhp->fh_len, 0, ctx, nvap, xidp)) { in nfsm_chain_get_fh_attr()
H A Dnfs_socket.c4065 nmp = VFSTONFS(np ? NFSTOMP(np) : mp); in nfs_request_create()