Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-transaction-manager.h150 void *sm_root, size_t root_len,
H A Ddm-transaction-manager.c513 void *sm_root, size_t root_len, in dm_tm_open_with_sm() argument
517 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h685 __le32 root_len; member
H A Dmaster.c277 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
H A Dsb.c213 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
H A Ddebug.c377 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()
/openbmc/linux/fs/ubifs/
H A Dubifs-media.h730 __le32 root_len; member
H A Dmaster.c357 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
H A Dcommit.c165 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()