Searched defs:pfh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c667 struct nfs_bfh4 *pfh)
678 if (pfh == NULL) {
684 cp->ca_opputfh.pf_filehandle.len = pfh->len;
685 bcopy(pfh->data, cp->ca_opputfh.pf_filehandle.data, pfh->len);
666 compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen, struct nfs_bfh4 *pfh) argument
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c335 fs_fhandle_t pfh, efh; local
366 (void) memset(&pfh, 0, sizeof (pfh));
367 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst);
377 pn.tn_fh = &pfh;
385 free(pfh.fh_fpath);
392 free(pfh.fh_fpath);
399 free(pfh.fh_fpath);
403 tsp->ts_fh = pfh;
754 fs_fhandle_t pfh, ef local
[all...]

Completed in 60 milliseconds