Home
last modified time | relevance | path

Searched refs:FUSE_READDIR_PLUS (Results 1 - 3 of 3) sorted by relevance

/third_party/libfuse/example/
H A Dpassthrough_fh.c171 if (flags & FUSE_READDIR_PLUS) { in xmp_readdir()
/third_party/libfuse/include/
H A Dfuse.h51 FUSE_READDIR_PLUS = (1 << 0) enumerator
64 * It is okay to set FUSE_FILL_DIR_PLUS if FUSE_READDIR_PLUS is not set
581 * When FUSE_READDIR_PLUS is not set, only some parameters of the
585 * used. The other fields are ignored when FUSE_READDIR_PLUS is not
/third_party/libfuse/lib/
H A Dfuse.c1993 (flags & FUSE_READDIR_PLUS) ? "plus" : "", in fuse_fs_readdir()
3623 if (flags & FUSE_READDIR_PLUS) in readdir_fill()
3671 if (flags & FUSE_READDIR_PLUS) { in readdir_fill_from_list()
3735 fuse_readdir_common(req, ino, size, off, llfi, FUSE_READDIR_PLUS); in fuse_lib_readdirplus()

Completed in 10 milliseconds