Home
last modified time | relevance | path

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

/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c669 struct tarfs_fid *tfp; in tarfs_vptofh()
671 _Static_assert(sizeof(struct tarfs_fid) <= sizeof(struct fid), in tarfs_vptofh()
674 tfp = (struct tarfs_fid *)ap->a_fhp; in tarfs_vptofh()
677 tfp->len = sizeof(struct tarfs_fid); in tarfs_vptofh()
H A Dtarfs.h163 struct tarfs_fid { struct
H A Dtarfs_vfsops.c1212 struct tarfs_fid *tfp; in tarfs_fhtovp()
1216 tfp = (struct tarfs_fid *)fhp; in tarfs_fhtovp()