Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh202 fuse_bmap_out bmap;
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h773 struct fuse_bmap_out { struct
H A Dfuse_ipc.c687 err = (blen == sizeof(struct fuse_bmap_out)) ? 0 : EINVAL; in fuse_body_audit()
H A Dfuse_vnops.c689 struct fuse_bmap_out *fbo; in fuse_vnop_bmap()