Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Drfs4.c568 nfs_fh4_val = mdb_alloc(f.rf_filehandle.nfs_fh4_len, UM_SLEEP | UM_GC); in rfs4_print_file()
569 if (mdb_vread(nfs_fh4_val, f.rf_filehandle.nfs_fh4_len, in rfs4_print_file()
570 (uintptr_t)f.rf_filehandle.nfs_fh4_val) == -1) { in rfs4_print_file()
576 for (i = 0; i < f.rf_filehandle.nfs_fh4_len; i++) in rfs4_print_file()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2535 if (fp->rf_filehandle.nfs_fh4_val) in rfs4_file_destroy()
2536 kmem_free(fp->rf_filehandle.nfs_fh4_val, in rfs4_file_destroy()
2537 fp->rf_filehandle.nfs_fh4_len); in rfs4_file_destroy()
2575 fp->rf_filehandle.nfs_fh4_len = 0; in rfs4_file_create()
2576 fp->rf_filehandle.nfs_fh4_val = NULL; in rfs4_file_create()
2579 fp->rf_filehandle.nfs_fh4_val = in rfs4_file_create()
2581 nfs_fh4_copy(fh, &fp->rf_filehandle); in rfs4_file_create()
4100 rf_filehandle.nfs_fh4_val; in rfs4_lo_state_walk_callout()
4134 (nfs_fh4_fmt_t *)sp->rs_finfo->rf_filehandle.nfs_fh4_val; in rfs4_state_walk_callout()
4167 (nfs_fh4_fmt_t *)dsp->rds_finfo->rf_filehandle.nfs_fh4_val; in rfs4_deleg_state_walk_callout()
[all …]
H A Dnfs4_srv_deleg.c872 fhp = &dsp->rds_finfo->rf_filehandle; in rfs4_do_cb_recall()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h750 nfs_fh4 rf_filehandle; member