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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2073 /* for absolute link, let the caller now that the next dirfh is root */
2103 fhandle_t fh, dirfh; local
2112 fh.fh_len = dirfh.fh_len = 0;
2157 dirfh.fh_len = nmp->nm_fh->fh_len;
2158 bcopy(nmp->nm_fh->fh_data, dirfh.fh_data, dirfh.fh_len);
2159 NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, NULL, 0);
2194 error = nfs4_parsefattr(&nmrep, &nmp->nm_fsattr, &nvattr, &dirfh, NULL, NULL);
2219 if (isdotdot && (dirfh
[all...]

Completed in 74 milliseconds