Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1127 struct nfs_fh3_i { struct
1129 } nfs_fh3_i; member
1134 #define fh3_fsid fh3_u.nfs_fh3_i.fh3_i._fh3_fsid
1135 #define fh3_len fh3_u.nfs_fh3_i.fh3_i._fh3_len
1136 #define fh3_data fh3_u.nfs_fh3_i.fh3_i._fh3_data
1137 #define fh3_xlen fh3_u.nfs_fh3_i.fh3_i._fh3_xlen
1138 #define fh3_xdata fh3_u.nfs_fh3_i.fh3_i._fh3_xdata
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2449 c = (char *)&fh->fh3_u.nfs_fh3_i.fh3_i; in makefh3_ol()