Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/rpcsvc/
H A Dmount.x34 const FHSIZE = 32; /* size in bytes of a v2 file handle */ variable
49 typedef opaque fhandle[FHSIZE];
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c176 bcopy(&root_tmp.fhstatus_u.fhs_fhandle, &filep->fh.fh2, FHSIZE); in nfsmountroot()