/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 80 size_t root_len; in get_filename() local 87 root_len = strlen(root_path); in get_filename() 93 if (strlen(filename) < root_len || in get_filename() 94 strncmp(filename, root_path, root_len)) in get_filename() 97 filename += root_len; in get_filename()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.h | 133 void *sm_root, size_t root_len,
|
H A D | dm-transaction-manager.c | 447 void *sm_root, size_t root_len, in dm_tm_open_with_sm() 451 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm() 446 dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, void *sm_root, size_t root_len, struct dm_transaction_manager **tm, struct dm_space_map **sm) dm_tm_open_with_sm() argument
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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 | 513 void *sm_root, size_t root_len, in dm_tm_open_with_sm() 517 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm() 512 dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, void *sm_root, size_t root_len, struct dm_transaction_manager **tm, struct dm_space_map **sm) dm_tm_open_with_sm() argument
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ubifs-media.h | 694 * @root_len: root indexing node length 730 __le32 root_len; member
|
H A D | master.c | 357 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
|
H A D | commit.c | 165 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
|
H A D | sb.c | 231 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()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ubifs-media.h | 694 * @root_len: root indexing node length 730 __le32 root_len; member
|
H A D | master.c | 357 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
|
H A D | commit.c | 165 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()
|