Searched refs:dirfh (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vfsops.c | 1765 fhandle_t fh, dirfh; in nfs4_mount() local 1774 fh.fh_len = dirfh.fh_len = 0; in nfs4_mount() 1815 dirfh.fh_len = nmp->nm_fh->fh_len; in nfs4_mount() 1816 bcopy(nmp->nm_fh->fh_data, dirfh.fh_data, dirfh.fh_len); in nfs4_mount() 1817 NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, NULL, 0); in nfs4_mount() 1853 error = nfs4_parsefattr(&nmrep, &nmp->nm_fsattr, &nvattr, &dirfh, NULL, NULL); in nfs4_mount() 1879 if (isdotdot && (dirfh.fh_len == 0)) { in nfs4_mount() 1886 if (dirfh.fh_len == 0) { in nfs4_mount() 1889 …NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, isdotdot ? NULL : fspath.np_components[… in nfs4_mount() 1895 if (dirfh.fh_len) { in nfs4_mount() [all …]
|