Searched refs:parse_path (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/samples/landlock/ |
H A D | sandboxer.c | 56 static int parse_path(char *env_path, const char ***const path_list) in parse_path() function 105 num_paths = parse_path(env_path_name, &path_list); in populate_ruleset()
|
/openbmc/linux/drivers/md/ |
H A D | dm-switch.c | 205 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path() function 298 r = parse_path(&as, ti); in switch_ctr()
|
H A D | dm-mpath.c | 935 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path() function 1040 pgpath = parse_path(&path_args, &pg->ps, ti); in parse_priority_group()
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_common.c | 711 static int parse_path(char **arr, char *dirname) in parse_path() function 785 if (parse_path(ptr, parse_dirname)) in ext4fs_get_parent_inode_num()
|