| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsnode.h | 874 int nfs_nget(mount_t, nfsnode_t, struct componentname *, u_char *, uint32_t, struct nfs_vattr *, u_…
|
| H A D | nfs_vnops.c | 517 …nfs_nget(NFSTOMP(dnp), dnp, &cn, fhp->fh_data, fhp->fh_len, nvattrp, savedxidp, RPCAUTH_UNKNOWN, N… in nfs_rdirplus_update_node_attrs() 2706 error = nfs_nget(mp, dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, ngflags, &np); in nfs_vnop_lookup() 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() 6978 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, in nfs_lookitup() 7099 error = nfs_nget(NFSTOMP(dnp), dnp, &dulp->du_cn, fh->fh_data, fh->fh_len, in nfs_dulookup_finish()
|
| H A D | nfs_node.c | 182 nfs_nget( in nfs_nget() function
|
| H A D | nfs4_vnops.c | 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() 7647 error = nfs_nget(nmp->nm_mountp, NULL, &cn, np->n_attrdirfh + 1, *np->n_attrdirfh, in nfs4_named_attr_dir_get() 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 D | nfs_socket.c | 2971 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, fh->fh_data, fh->fh_len, NULL, NULL, RPCAUTH_UNKNOWN,… in nfs4_cb_handler() 3035 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, fh->fh_data, fh->fh_len, NULL, NULL, RPCAUTH_UNKNOWN,… in nfs4_cb_handler()
|
| H A D | nfs_vfsops.c | 1540 error = nfs_nget(nmp->nm_mountp, NULL, NULL, nmp->nm_fh->fh_data, nmp->nm_fh->fh_len, in nfs3_mount() 2128 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, dirfh.fh_data, dirfh.fh_len, &nvattr, &xid, rq.r_auth… in nfs4_mount()
|