Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fuse/
Dcuse.c98 return fuse_direct_io(&io, to, &pos, FUSE_DIO_CUSE); in cuse_read_iter()
110 FUSE_DIO_WRITE | FUSE_DIO_CUSE); in cuse_write_iter()
Dfuse_i.h1038 #define FUSE_DIO_CUSE (1 << 1) macro
Dfile.c1407 int cuse = flags & FUSE_DIO_CUSE; in fuse_direct_io()