Home
last modified time | relevance | path

Searched refs:root_len (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A 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/
H A Ddm-transaction-manager.h133 void *sm_root, size_t root_len,
H A Ddm-transaction-manager.c447 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 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()
/kernel/linux/linux-6.6/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()
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 Dubifs-media.h694 * @root_len: root indexing node length
730 __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.c231 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()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs-media.h694 * @root_len: root indexing node length
730 __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()

Completed in 20 milliseconds