Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c96 } fh_u; member
194 if (bcmp(&(pte->fh_u.fh), &(entry->fh_u.fh), in insert_te()
208 if (pte->fh_u.fh3.fh3_length == in insert_te()
209 entry->fh_u.fh3.fh3_length && in insert_te()
210 bcmp(pte->fh_u.fh3.fh3_u.data, in insert_te()
211 entry->fh_u.fh3.fh3_u.data, in insert_te()
212 pte->fh_u.fh3.fh3_length) == 0) in insert_te()
591 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->ra_fhandle)); in trans_read()
660 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->waargs_fhandle)); in trans_write()
742 newte->fh_u.fh = *(NFSLOG_GET_FHANDLE2(&args->saa_fh)); in trans_setattr()
[all …]