Home
last modified time | relevance | path

Searched refs:FUSE_FILL_DIR_PLUS (Results 1 - 4 of 4) sorted by relevance

/third_party/libfuse/example/
H A Dpassthrough_fh.c177 fill_flags |= FUSE_FILL_DIR_PLUS; in xmp_readdir()
180 if (!(fill_flags & FUSE_FILL_DIR_PLUS)) { in xmp_readdir()
H A Dpassthrough.c560 fill_dir_plus = FUSE_FILL_DIR_PLUS; in main()
/third_party/libfuse/include/
H A Dfuse.h64 * It is okay to set FUSE_FILL_DIR_PLUS if FUSE_READDIR_PLUS is not set
67 FUSE_FILL_DIR_PLUS = (1 << 1) enumerator
/third_party/libfuse/lib/
H A Dfuse.c3467 if ((flags & ~FUSE_FILL_DIR_PLUS) != 0) { in fill_dir()
3537 if ((flags & ~FUSE_FILL_DIR_PLUS) != 0) { in fill_dir_plus()
3542 if (statp && (flags & FUSE_FILL_DIR_PLUS)) { in fill_dir_plus()

Completed in 10 milliseconds