Home
last modified time | relevance | path

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

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