Searched refs:fh_len (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/osfmk/lockd/
H A Dlockd_mach.defs63 fh_len : uint32_t;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c792 fh.fh_len = 0;
793 fhlen = rdirplus ? fh.fh_len + 1 : 0;
1002 fhlen = fh.fh_len + 1;
1012 dp->d_name[dp->d_namlen+1] = fh.fh_len;
1013 bcopy(fh.fh_data, &dp->d_name[dp->d_namlen+2], fh.fh_len);
1016 fh.fh_len = 0;
1017 fhlen = fh.fh_len + 1;
1179 nfsm_chain_get_32(error, &nmrep, fhp->fh_len);
1180 nfsm_chain_get_opaque(error, &nmrep, fhp->fh_len, fhp->fh_data);
4830 if (!create && np && !NFS_CMPFH(np, fh.fh_data, fh.fh_len)) {
[all...]
H A Dnfs_vfsops.c1900 error = nfs3_getattr_rpc(NULL, nmp->nm_mountp, nmp->nm_fh->fh_data, nmp->nm_fh->fh_len, 0,
1905 error = nfs_nget(nmp->nm_mountp, NULL, NULL, nmp->nm_fh->fh_data, nmp->nm_fh->fh_len,
1964 if (dirfhp->fh_len)
1965 NFSREQ_SECINFO_SET(&si, NULL, dirfhp->fh_data, dirfhp->fh_len, nfsp->np_components[curcomp], 0);
1981 nfsm_chain_add_fh(error, &nmreq, NFS_VER4, fhp->fh_data, fhp->fh_len);
2075 dirfhp->fh_len = 0;
2112 fh.fh_len = dirfh.fh_len = 0;
2157 dirfh.fh_len = nmp->nm_fh->fh_len;
[all...]
H A Dnfsm_subs.h626 nfsm_chain_get_32((E), (NMC), (FHP)->fh_len); \
628 (FHP)->fh_len = NFSX_V2FH;\
629 nfsm_chain_get_opaque((E), (NMC), (uint32_t)(FHP)->fh_len, (FHP)->fh_data);\
631 (FHP)->fh_len = 0;\
H A Dnfs_vnops.c2174 fh.fh_len = 0;
2206 isdot = NFS_CMPFH(dnp, fh.fh_data, fh.fh_len);
2236 if (fh.fh_len && (dnp->n_xid <= xid))
2241 error = nfs_nget(mp, dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, ngflags, &np);
3518 if (!error && fh.fh_len)
3519 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
3675 if (!error && fh.fh_len)
3676 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
4412 fh.fh_len = 0;
4432 if (!error && fh.fh_len)
[all...]
H A Dnfs4_subs.c777 fhp->fh_len = sizeof(dnp) + namelen;
778 if (fhp->fh_len > (int)sizeof(fhp->fh_data))
779 fhp->fh_len = sizeof(fhp->fh_data);
1764 fhp->fh_len = val;
H A Dnfs_subs.c933 fhp->fh_len = 0;
944 if (nfs3_getattr_rpc(NULL, NFSTOMP(dnp), fhp->fh_data, fhp->fh_len, 0, ctx, nvap, xidp)) {
946 fhp->fh_len = 0;
H A Dnfs_socket.c2553 error = nfs_nget(nmp->nm_mountp, NULL, NULL, fh.fh_data, fh.fh_len, NULL, NULL, RPCAUTH_UNKNOWN, NG_NOCREATE, &np);
2614 error = nfs_nget(nmp->nm_mountp, NULL, NULL, fh.fh_data, fh.fh_len, NULL, NULL, RPCAUTH_UNKNOWN, NG_NOCREATE, &np);
/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h280 int fh_len; /* length of file handle */ member in struct:fhandle
H A Dmount.h1278 int fh_len; /* length of file handle */ member in struct:fhandle

Completed in 163 milliseconds