Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_node.h134 struct fuse_fid { struct
H A Dfuse_vfsops.c269 struct fuse_fid *ffhp = (struct fuse_fid *)fhp; in fuse_vfsop_fhtovp()
H A Dfuse_vnops.c3189 struct fuse_fid *fhp = (struct fuse_fid *)(ap->a_fhp); in fuse_vnop_vptofh()
3190 _Static_assert(sizeof(struct fuse_fid) <= sizeof(struct fid), in fuse_vnop_vptofh()
3228 fhp->len = sizeof(struct fuse_fid); in fuse_vnop_vptofh()