Searched refs:root_len (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 75 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 D | dm-transaction-manager.h | 150 void *sm_root, size_t root_len,
|
| H A D | dm-transaction-manager.c | 533 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 D | ubifs-media.h | 730 __le32 root_len; member
|
| H A D | master.c | 360 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
|
| H A D | commit.c | 176 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
|
| H A D | sb.c | 234 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
|
| H A D | debug.c | 399 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()
|
| /linux-6.15/tools/perf/util/ |
| H A D | machine.c | 1349 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()
|