Searched refs:tfhp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c354 struct tmpfs_fid *tfhp; local
360 tfhp = (struct tmpfs_fid *)fhp;
361 if (tfhp->tf_len != sizeof(struct tmpfs_fid))
364 if (tfhp->tf_id >= tmp->tm_nodes_max)
371 if (node->tn_id == tfhp->tf_id &&
372 node->tn_gen == tfhp->tf_gen) {
H A Dtmpfs_vnops.c1352 struct tmpfs_fid *tfhp; local
1355 tfhp = (struct tmpfs_fid *)ap->a_fhp;
1358 tfhp->tf_len = sizeof(struct tmpfs_fid);
1359 tfhp->tf_id = node->tn_id;
1360 tfhp->tf_gen = node->tn_gen;
/freebsd-10.3-release/sys/nfsserver/
H A Dnfs_serv.c1770 fhandle_t *ffhp, *tfhp; local
1779 tfhp = &tnfh.fh_generic;
1820 nfsm_srvmtofh(tfhp);
1826 error = nfs_namei(&tond, nfsd, tfhp, len2, slp, nam, &md,
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c3554 fhandle_t *fhp = NULL, *tfhp; local
3573 tfhp = &lfp->lf_fh;
3574 if (NFSVNO_CMPFH(fhp, tfhp)) {

Completed in 344 milliseconds