Searched full:fusermount (Results 1 – 17 of 17) sorted by relevance
| /third_party/ntfs-3g/libfuse-lite/ |
| D | mount.c | 29 #define FUSERMOUNT_PROG "fusermount" 390 fusermount(1, 0, 1, "", mountpoint); in fuse_kern_unmount() 469 perror("fuse: failed to exec fusermount"); in fuse_mount_fusermount() 566 * case try falling back to fusermount in fuse_mount_sys() 690 res = fusermount(0, 0, 0, mnt_opts ? mnt_opts : "", mountpoint); in fuse_kern_mount()
|
| D | Makefile.am | 28 fusermount.c \
|
| D | mount_util.h | 24 int fusermount(int unmount, int quiet, int lazy, const char *opts,
|
| D | BUILD.gn | 44 "fusermount.c",
|
| D | fusermount.c | 54 * fusermount is not implemented in fuse-lite for Solaris, 667 int fusermount(int unmount, int quiet, int lazy, const char *opts, in fusermount() function
|
| /third_party/libfuse/test/ |
| D | util.py | 128 return skip("Can't find fusermount executable") 138 return skip('fusermount executable not setuid, and we are not root.')
|
| /third_party/littlefs/.github/workflows/ |
| D | test.yml | 285 fusermount -V 331 fusermount -V 374 fusermount -u mount
|
| /third_party/libfuse/util/ |
| D | meson.build | 3 executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'],
|
| D | fusermount.c | 1230 * fusermount typically has the s-bit set - initial open of `mnt` was as root 1270 * In the normal case (umount or fusermount -u), the filesystem 1373 progname = strdup(argc > 0 ? argv[0] : "fusermount"); in main()
|
| /third_party/libfuse/ |
| D | ChangeLog.rst | 123 * Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The 295 * The fusermount binary has been hardened in several ways to reduce 488 * The fusermount and mount.fuse binaries have been renamed to 789 * fusermount, libfuse: send value as unsigned in "user_id=" and
|
| /third_party/libfuse/example/ |
| D | hello_ll.c | 258 /* Block until ctrl+c or fusermount -u */ in main()
|
| D | notify_inval_inode.c | 341 /* Block until ctrl+c or fusermount -u */ in main()
|
| D | notify_store_retrieve.c | 399 /* Block until ctrl+c or fusermount -u */ in main()
|
| D | notify_inval_entry.c | 361 /* Block until ctrl+c or fusermount -u */ in main()
|
| D | passthrough_ll.c | 1288 /* Block until ctrl+c or fusermount -u */ in main()
|
| /third_party/libfuse/doc/ |
| D | mount.fuse3.8 | 19 the \fBfusermount3\fP (or \fBfusermount\fP if you have older version of
|
| /third_party/libfuse/include/ |
| D | fuse_lowlevel.h | 2068 * filesystem owner or root running the umount(8) or fusermount(1) 2145 * user calling umount(8) or fusermount(1), which then terminates the
|