Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vfsops.c1745 fhandle_t fh, dirfh; in nfs4_mount() local
1754 fh.fh_len = dirfh.fh_len = 0; in nfs4_mount()
1801 dirfh.fh_len = nmp->nm_fh->fh_len; in nfs4_mount()
1802 bcopy(nmp->nm_fh->fh_data, dirfh.fh_data, dirfh.fh_len); in nfs4_mount()
1803 NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, NULL, 0); in nfs4_mount()
1839 error = nfs4_parsefattr(&nmrep, &nmp->nm_fsattr, &nvattr, &dirfh, NULL, NULL); in nfs4_mount()
1865 if (isdotdot && (dirfh.fh_len == 0)) { in nfs4_mount()
1872 if (dirfh.fh_len == 0) { in nfs4_mount()
1875 …NFSREQ_SECINFO_SET(&si, NULL, dirfh.fh_data, dirfh.fh_len, isdotdot ? NULL : fspath.np_components[… in nfs4_mount()
1881 if (dirfh.fh_len) { in nfs4_mount()
[all …]