Searched refs:root_len (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
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/ |
D | dm-transaction-manager.h | 133 void *sm_root, size_t root_len,
|
D | dm-transaction-manager.c | 447 void *sm_root, size_t root_len, in dm_tm_open_with_sm() argument 451 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | ubifs-media.h | 730 __le32 root_len; member
|
D | master.c | 357 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
|
D | commit.c | 165 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
|
D | sb.c | 231 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
|
D | debug.c | 399 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 19566 + u64 root_len; /* Size of the orignal fragment */ 19744 + x[0]->root_len = x[1]->root_len = x[2]->root_len = frag->root_len; 19758 + pr_info("FRAG %d: base 0x%llx pfn_base 0x%lx len 0x%llx root_len 0x%llx root_pfn 0x%lx refs %d n… 19760 + frag->len, frag->root_len, frag->root_pfn, 22023 + frag->len = frag->root_len = frag_size;
|