Searched refs:FUFH_WRONLY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/fs/fuse/
H A Dfuse_file.h70 FUFH_WRONLY = 1, enumerator in enum:fufh_type
89 return FUFH_WRONLY;
104 return FUFH_WRONLY;
124 case FUFH_WRONLY:
H A Dfuse_file.c151 if (fufh_type == FUFH_WRONLY)
H A Dfuse_io.c126 (uio->uio_rw == UIO_READ) ? FUFH_RDONLY : FUFH_WRONLY, &fufh);
621 (bp->b_iocmd == BIO_READ) ? FUFH_RDONLY : FUFH_WRONLY, &fufh);
H A Dfuse_node.c340 fuse_filehandle_getrw(vp, FUFH_WRONLY, &fufh);
H A Dfuse_vnops.c1152 if (fufh_type == FUFH_WRONLY ||
1545 fuse_filehandle_getrw(vp, FUFH_WRONLY, &fufh);

Completed in 162 milliseconds