Searched refs:remove_all (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ima.h62 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all);
71 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} argument
H A Ddm-ima.c474 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) argument
481 char remove_all_str[] = "remove_all=";
572 memcpy(device_table_data + l, remove_all ? "y;" : "n;", 2);
H A Ddm-ioctl.c388 DMWARN("remove_all left %d open device(s)", dev_skipped);
530 static int remove_all(struct file *filp, struct dm_ioctl *param, size_t param_size) function
1849 {DM_REMOVE_ALL_CMD, IOCTL_FLAGS_NO_PARAMS | IOCTL_FLAGS_ISSUE_GLOBAL_EVENT, remove_all},
/linux-master/drivers/acpi/
H A Dec.c1094 bool remove_all, u8 query_bit)
1102 * When remove_all is false, only remove custom query handlers
1107 if (remove_all || (handler->func && handler->query_bit == query_bit)) {
1093 acpi_ec_remove_query_handlers(struct acpi_ec *ec, bool remove_all, u8 query_bit) argument
/linux-master/mm/
H A Dhuge_memory.c599 goto remove_all;
607 remove_all:

Completed in 156 milliseconds