Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1157 #define FH_TO_FMT4(exifh, nfs_fmt) { \ argument
1159 (nfs_fmt)->fh4_fsid = (exifh)->fh_fsid; \
1160 (nfs_fmt)->fh4_xlen = (exifh)->fh_xlen; \
1161 bcopy((exifh)->fh_xdata, (nfs_fmt)->fh4_xdata, \
1162 (exifh)->fh_xlen); \