Home
last modified time | relevance | path

Searched refs:auto_unmount (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dmount.c71 int auto_unmount; member
88 FUSE_MOUNT_OPT("auto_unmount", auto_unmount),
409 if (!mo->auto_unmount) { in fuse_mount_fusermount()
458 if (mo->auto_unmount) { in fuse_mount_sys()
/dports/sysutils/fusefs-libs3/fuse-3.10.5/lib/
H A Dmount.c67 int auto_unmount;
83 FUSE_MOUNT_OPT("auto_unmount", auto_unmount),
367 if (!mo->auto_unmount) {
407 if (mo->auto_unmount) {
/dports/misc/clifm/clifm-1.3/src/
H A Dremotes.c64 printf(_(" Auto-unmount: %s\n"), (remotes[i].auto_unmount == 0) in remotes_list()
366 if (remotes[i].name && remotes[i].auto_unmount == 1 in autounmount_remotes()
H A Dhelpers.h650 int auto_unmount; member
H A Dinit.c742 remotes[i].auto_unmount = 0; in reset_remotes_values()
865 remotes[n].auto_unmount = 1; in load_remotes()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_fm_device.c543 v->auto_unmount = EINA_TRUE; in e_fm2_device_mount()
548 v->auto_unmount = EINA_FALSE; in e_fm2_device_mount()
588 if (v->auto_unmount && v->mounted && !eina_list_count(v->mounts)) in e_fm2_device_unmount()
H A De_fm_shared_types.h.in103 Eina_Bool auto_unmount : 1; // unmount, when last associated fm window closed member
H A De_fm.c3079 v->auto_unmount = !v->mounted; in e_fm2_client_data()
3127 Eina_Bool auto_unmount = v->auto_unmount; in e_fm2_client_data() local
3139 v->auto_unmount = auto_unmount; in e_fm2_client_data()
11524 v->auto_unmount = EINA_FALSE; in _e_fm2_volume_unmount()
11536 v->auto_unmount = EINA_FALSE; in _e_fm2_volume_eject()
/dports/shells/zsh/zsh-5.8.1/Completion/Linux/Command/
H A D_sshfs40 allow_other allow_root auto_unmount nonempty default_permissions \
/dports/sysutils/fusefs-libs3/fuse-3.10.5/util/
H A Dfusermount.c64 static int auto_unmount = 0; variable
775 auto_unmount = 1; in do_mount()
1362 if (!auto_unmount) { in main()
/dports/sysutils/fusefs-libs/fuse-2.9.9/util/
H A Dfusermount.c67 static int auto_unmount = 0; variable
778 auto_unmount = 1; in do_mount()
1359 if (!auto_unmount) in main()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dremotes.c.gcov115 20: 64: printf(_(" Auto-unmount: %s\n"), (remotes[i].auto_unmount == 0)
712 6: 303: if (remotes[i].name && remotes[i].auto_unmount == 1
H A Dinit.c.gcov1349 26: 721: remotes[n].auto_unmount = 0;
1396 38: 742: remotes[n].auto_unmount = 0;
1606 1: 833: remotes[n].auto_unmount = 1;
/dports/archivers/py-borgbackup/borgbackup-1.1.17/scripts/shell_completions/bash/
H A Dborg61 …ow_damaged_files allow_other allow_root attr_timeout= auto auto_cache auto_unmount default_permiss…
/dports/sysutils/fusefs-libs/fuse-2.9.9/
H A DNEWS14 - Add "auto_unmount" option
H A DChangeLog301 * Added support for "auto_unmount" option which unmounts the
/dports/sysutils/fusefs-libs3/fuse-3.10.5/
H A DChangeLog.rst153 * The `auto_unmount` mode now works correctly in combination with
333 * Document that `-o auto_unmount` implies `-o nodev,nosuid`.
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dpreferences.py350 auto_unmount=False,
H A Dpreferencedialog.py923 self.autoEject.setChecked(self.prefs.auto_unmount)
1250 self.prefs.auto_unmount = state == Qt.Checked
H A Drapid.py3845 if files_remaining == 0 and self.prefs.auto_unmount:
/dports/archivers/py-borgbackup/borgbackup-1.1.17/scripts/shell_completions/fish/
H A Dborg.fish239 …ow_damaged_files allow_other allow_root attr_timeout= auto auto_cache auto_unmount default_permiss…