Home
last modified time | relevance | path

Searched refs:strstrip (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/fuse/
H A Dcuse.c241 key = strstrip(key); in cuse_parse_one()
242 val = strstrip(val); in cuse_parse_one()
244 key = strstrip(key); in cuse_parse_one()
/linux/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c85 sep_opt = strstrip(options); in rnbd_clt_parse_map_options()
309 options = strstrip(opt); in rnbd_clt_unmap_dev_store()
410 options = strstrip(opt); in rnbd_clt_remap_dev_store()
/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
H A Dipmi_watchdog.c218 s = strstrip(valcp); in set_param_str()
/linux/kernel/kcsan/
H A Ddebugfs.c230 arg = strstrip(kbuf); in debugfs_write()
/linux/kernel/
H A Dfail_function.c252 sym = strstrip(buf); in fei_write()
/linux/kernel/cgroup/
H A Dmisc.c263 buf = strstrip(buf); in misc_cg_max_write()
H A Dpids.c309 buf = strstrip(buf); in pids_max_write()
H A Drdma.c434 char *options = strstrip(buf); in rdmacg_resource_set_max()
H A Dcgroup.c3057 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start()
3557 buf = strstrip(buf); in cgroup_subtree_control_write()
3717 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write()
3752 buf = strstrip(buf); in cgroup_max_descendants_write()
3795 buf = strstrip(buf); in cgroup_max_depth_write()
4087 ret = kstrtoint(strstrip(buf), 0, &enable); in cgroup_pressure_write()
4163 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write()
4225 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
H A Dcgroup-v1.c575 strscpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
H A Dcpuset.c3386 buf = strstrip(buf); in cpuset_write_resmask()
3509 buf = strstrip(buf); in cpuset_partition_write()
/linux/mm/
H A Dmemcontrol.c4335 buf = strstrip(buf); in memory_min_write()
4358 buf = strstrip(buf); in memory_low_write()
4383 buf = strstrip(buf); in memory_high_write()
4435 buf = strstrip(buf); in memory_max_write()
4579 buf = strstrip(buf); in memory_oom_group_write()
5339 buf = strstrip(buf); in swap_high_write()
5362 buf = strstrip(buf); in swap_max_write()
5553 buf = strstrip(buf); in zswap_max_write()
5576 ssize_t parse_ret = kstrtoint(strstrip(buf), 0, &zswap_writeback); in zswap_writeback_write()
H A Dmemcontrol-v1.c1069 buf = strstrip(buf); in memcg_write_event_control()
1649 buf = strstrip(buf); in mem_cgroup_write()
H A Dzswap.c485 char *s = strstrip((char *)val); in zswap_compressor_param_set()
/linux/drivers/target/
H A Dtarget_core_configfs.c1452 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1508 stripped = strstrip(buf); in target_wwn_product_id_store()
1564 stripped = strstrip(buf); in target_wwn_revision_store()
1707 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store()
2468 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store()
2474 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
H A Dtarget_core_alua.c1924 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
1931 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
/linux/include/linux/
H A Dstring.h189 static inline __must_check char *strstrip(char *str) in strstrip() function
/linux/kernel/trace/
H A Dtrace_hwlat.c693 mode = strstrip(buf); in hwlat_mode_write()
H A Dtrace_osnoise.c2221 option_str = strstrip(buf); in osnoise_options_write()
2224 option_str = strstrip(&buf[3]); in osnoise_options_write()
H A Dtrace_events_filter.c2464 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter()
2518 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
H A Dtrace_events_hist.c1504 str = strstrip(str); in parse_assignment()
3681 param = strstrip(param); in parse_action_params()
6806 filter = strstrip(p); in event_hist_trigger_parse()
6807 param = strstrip(param); in event_hist_trigger_parse()
/linux/security/
H A Ddevice_cgroup.c785 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux/fs/proc/
H A Dbase.c1232 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1291 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1435 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1581 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c366 s = strstrip(p->id); in csio_hw_get_vpd_params()
368 s = strstrip(p->ec); in csio_hw_get_vpd_params()
371 s = strstrip(p->sn); in csio_hw_get_vpd_params()

12