Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/tegra/
Dbpmp-debugfs.c80 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/
Ddm-transaction-manager.h133 void *sm_root, size_t root_len,
Ddm-transaction-manager.c447 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/
Dubifs-media.h730 __le32 root_len; member
Dmaster.c357 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
Dcommit.c165 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
Dsb.c231 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
Ddebug.c399 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/
D0036_linux_drivers_staging.patch19566 + 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;