Searched refs:discard (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/shared/ |
D | mkfs-util.c | 94 bool discard) { in make_filesystem() argument 163 … "-E", discard ? "discard,lazy_itable_init=1" : "nodiscard,lazy_itable_init=1", in make_filesystem() 174 … "-E", discard ? "discard,lazy_itable_init=1" : "nodiscard,lazy_itable_init=1", in make_filesystem() 183 discard ? NULL : "--nodiscard", in make_filesystem() 193 "-t", one_zero(discard), in make_filesystem() 208 discard ? NULL : "-K", in make_filesystem()
|
D | mkfs-util.h | 10 …filesystem(const char *node, const char *fstype, const char *label, sd_id128_t uuid, bool discard);
|
/systemd-251/src/home/ |
D | homework-mount.c | 46 bool discard, in home_mount_node() argument 63 if (!strextend_with_separator(&joined, ",", discard ? "discard" : "nodiscard")) in home_mount_node() 98 bool discard, in home_unshare_and_mount() argument 111 r = home_mount_node(node, fstype, discard, flags, extra_mount_options); in home_unshare_and_mount()
|
D | homework-mount.h | 6 int home_mount_node(const char *node, const char *fstype, bool discard, unsigned long flags, const … 8 int home_unshare_and_mount(const char *node, const char *fstype, bool discard, unsigned long flags,…
|
D | homework-luks.c | 353 bool discard, in luks_setup() argument 437 discard ? CRYPT_ACTIVATE_ALLOW_DISCARDS : 0); in luks_setup() 1709 bool discard, in luks_format() argument 1805 discard ? CRYPT_ACTIVATE_ALLOW_DISCARDS : 0); in luks_format() 2541 bool discard, in ext4_offline_resize_fs() argument 2619 r = home_mount_node(setup->dm_node, "ext4", discard, flags, extra_mount_options); in ext4_offline_resize_fs()
|
/systemd-251/test/units/ |
D | dml-discard-empty.service | 3 Description=DML discard empty service 6 Slice=dml-discard.slice
|
D | dml-discard-set-ml.service | 3 Description=DML discard set ml service 6 Slice=dml-discard.slice
|
D | testsuite-46.sh | 49 --luks-discard=yes \ 132 --luks-discard=yes \
|
D | dml-discard.slice | 3 Description=DML discard slice
|
/systemd-251/shell-completion/bash/ |
D | homectl | 89 --luks-discard 90 --luks-offline-discard 128 …ocked|--enforce-password-policy|--password-change-now|--luks-discard|--luks-offline-discard|--nosu…
|
/systemd-251/ |
D | TODO | 1616 login in discard mode, then immediately rebalance, then turn off discard
|
D | NEWS | 2773 home directories for which the offline discard logic did not run when 3597 * systemd-homed's LUKS backend gained the ability to discard empty file 3601 controlled with the new --luks-offline-discard= switch to homectl. 10224 * Swap units can use Options= to specify discard options. 12075 * The option "discard" (as known from Debian) is now 12077 "discard" is preferred now (since it is easier to remember
|
/systemd-251/docs/ |
D | USER_RECORD.md | 469 `discard` mode, i.e. erased sectors should always be returned to the underlying
|