| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsnode.h | 863 int nfs_nget(mount_t, nfsnode_t, struct componentname *, u_char *, uint32_t, struct nfs_vattr *, u_…
|
| H A D | nfs_vnops.c | 514 …nfs_nget(NFSTOMP(dnp), dnp, &cn, fhp->fh_data, fhp->fh_len, nvattrp, savedxidp, RPCAUTH_UNKNOWN, N… in nfs_rdirplus_update_node_attrs() 2693 error = nfs_nget(mp, dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, ngflags, &np); in nfs_vnop_lookup() 4184 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mknod() 4359 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_create() 5212 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_symlink() 5392 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs3_vnop_mkdir() 6331 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, in nfs_dir_buf_cache_lookup() 6967 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, in nfs_lookitup() 7088 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 | 5497 …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() 7262 …error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh->fh_data, fh->fh_len, nvattr, &xid, req->r_auth, NG_MA… in nfs4_create_rpc() 7659 error = nfs_nget(nmp->nm_mountp, NULL, &cn, np->n_attrdirfh + 1, *np->n_attrdirfh, in nfs4_named_attr_dir_get() 7723 …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() 8157 …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() 8300 …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 | 2973 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, fh->fh_data, fh->fh_len, NULL, NULL, RPCAUTH_UNKNOWN,… in nfs4_cb_handler() 3037 …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 | 1579 error = nfs_nget(nmp->nm_mountp, NULL, NULL, nmp->nm_fh->fh_data, nmp->nm_fh->fh_len, in nfs3_mount() 2131 …error = nfs_nget(nmp->nm_mountp, NULL, NULL, dirfh.fh_data, dirfh.fh_len, &nvattr, &xid, rq.r_auth… in nfs4_mount()
|