Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2353 if (fp->rf_filehandle.nfs_fh4_val) in rfs4_file_destroy()
2354 kmem_free(fp->rf_filehandle.nfs_fh4_val, in rfs4_file_destroy()
2355 fp->rf_filehandle.nfs_fh4_len); in rfs4_file_destroy()
2393 fp->rf_filehandle.nfs_fh4_len = 0; in rfs4_file_create()
2394 fp->rf_filehandle.nfs_fh4_val = NULL; in rfs4_file_create()
2397 fp->rf_filehandle.nfs_fh4_val = in rfs4_file_create()
2399 nfs_fh4_copy(fh, &fp->rf_filehandle); in rfs4_file_create()
3863 rf_filehandle.nfs_fh4_val; in rfs4_lo_state_walk_callout()
3897 (nfs_fh4_fmt_t *)sp->rs_finfo->rf_filehandle.nfs_fh4_val; in rfs4_state_walk_callout()
3930 (nfs_fh4_fmt_t *)dsp->rds_finfo->rf_filehandle.nfs_fh4_val; in rfs4_deleg_state_walk_callout()
[all …]
H A Dnfs4_srv_deleg.c867 fhp = &dsp->rds_finfo->rf_filehandle; in rfs4_do_cb_recall()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h731 nfs_fh4 rf_filehandle; member