Home
last modified time | relevance | path

Searched refs:root_len (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/firmware/tegra/
H A Dbpmp-debugfs.c75 size_t root_len; in get_filename() local
87 root_len = strlen(root_path); in get_filename()
95 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()
100 filename += root_len; in get_filename()
/linux-6.15/drivers/md/persistent-data/
H A Ddm-transaction-manager.h150 void *sm_root, size_t root_len,
H A Ddm-transaction-manager.c533 void *sm_root, size_t root_len, in dm_tm_open_with_sm() argument
537 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
/linux-6.15/fs/ubifs/
H A Dubifs-media.h730 __le32 root_len; member
H A Dmaster.c360 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
H A Dcommit.c176 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
H A Dsb.c234 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
H A Ddebug.c399 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()
/linux-6.15/tools/perf/util/
H A Dmachine.c1349 size_t root_len = strlen(path); in maps__set_modules_path_dir() local
1358 if (root_len >= path_size) in maps__set_modules_path_dir()
1360 path[root_len++] = '/'; in maps__set_modules_path_dir()
1375 if (root_len + strlen(dent->d_name) >= path_size) in maps__set_modules_path_dir()
1378 strcpy(path + root_len, dent->d_name); in maps__set_modules_path_dir()
1391 if (root_len + strlen(dent->d_name) < path_size) { in maps__set_modules_path_dir()
1392 strcpy(path + root_len, dent->d_name); in maps__set_modules_path_dir()