Home
last modified time | relevance | path

Searched refs:use_ino (Results 1 - 6 of 6) sorted by relevance

/third_party/libfuse/test/
H A Drelease_unlink_race.c22 cfg->use_ino = 1; in xmp_init()
/third_party/libfuse/example/
H A Dpassthrough_fh.c54 cfg->use_ino = 1; in xmp_init()
H A Dpassthrough.c60 cfg->use_ino = 1; in xmp_init()
/third_party/libfuse/include/
H A Dfuse.h193 int use_ino; member
196 * If use_ino option is not given, still try to fill in the
200 * If use_ino option is given, this option is ignored.
328 * ignored. The 'st_ino' field is ignored except if the 'use_ino'
584 * fuse_config::use_ino is set, the inode (stat::st_ino) is also
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c56 int use_ino; member
628 if (!f->conf.use_ino) in set_stat()
2141 if (!dh->fuse->conf.use_ino) { in fill_dir()
2874 FUSE_LIB_OPT("use_ino", use_ino, 1),
2905 " -o use_ino let filesystem set inode numbers\n" in fuse_lib_help()
/third_party/libfuse/lib/
H A Dfuse.c1488 if (!f->conf.use_ino) in set_stat()
3479 if (!dh->fuse->conf.use_ino) { in fill_dir()
3556 if (f->conf.use_ino) in fill_dir_plus()
3559 if (!f->conf.use_ino && f->conf.readdir_ino) { in fill_dir_plus()

Completed in 15 milliseconds