Home | History | Annotate | Download | only in misc

Lines Matching defs:discard

87 int	discard = 1;	/* attempt to discard device before fs creation */
813 } else if (!strcmp(token, "discard")) {
814 discard = 1;
816 discard = 0;
1356 discard = 0;
1794 discard = get_bool_from_profile(fs_types, "discard" , discard);
2020 * Return zero if the discard succeeds, and -1 if the discard fails.
2123 /* Can't undo discard ... */
2124 if (discard && (io_ptr != undo_io_manager)) {
2129 printf(_("Discard succeeded and will return 0s "