Home
last modified time | relevance | path

Searched full:fusermount (Results 1 – 17 of 17) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dmount.c29 #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()
DMakefile.am28 fusermount.c \
Dmount_util.h24 int fusermount(int unmount, int quiet, int lazy, const char *opts,
DBUILD.gn44 "fusermount.c",
Dfusermount.c54 * 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/
Dutil.py128 return skip("Can't find fusermount executable")
138 return skip('fusermount executable not setuid, and we are not root.')
/third_party/littlefs/.github/workflows/
Dtest.yml285 fusermount -V
331 fusermount -V
374 fusermount -u mount
/third_party/libfuse/util/
Dmeson.build3 executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'],
Dfusermount.c1230 * 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/
DChangeLog.rst123 * 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/
Dhello_ll.c258 /* Block until ctrl+c or fusermount -u */ in main()
Dnotify_inval_inode.c341 /* Block until ctrl+c or fusermount -u */ in main()
Dnotify_store_retrieve.c399 /* Block until ctrl+c or fusermount -u */ in main()
Dnotify_inval_entry.c361 /* Block until ctrl+c or fusermount -u */ in main()
Dpassthrough_ll.c1288 /* Block until ctrl+c or fusermount -u */ in main()
/third_party/libfuse/doc/
Dmount.fuse3.819 the \fBfusermount3\fP (or \fBfusermount\fP if you have older version of
/third_party/libfuse/include/
Dfuse_lowlevel.h2068 * filesystem owner or root running the umount(8) or fusermount(1)
2145 * user calling umount(8) or fusermount(1), which then terminates the