Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_ipc.h297 fsess_opt_datacache(struct mount *mp) in fsess_opt_datacache() function
307 return (fsess_opt_datacache(mp)); in fsess_opt_mmap()
H A Dfuse_io.c331 !fsess_opt_datacache(vnode_mount(vp)) || in fuse_write_directbackend()
H A Dfuse_vnops.c1892 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()
2505 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()