Searched refs:root_len (Results 1 – 3 of 3) sorted by relevance
| /drivers/firmware/tegra/ |
| 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()
|
| /drivers/md/persistent-data/ |
| A D | dm-transaction-manager.h | 150 void *sm_root, size_t root_len,
|
| A D | dm-transaction-manager.c | 533 void *sm_root, size_t root_len, in dm_tm_open_with_sm() argument 537 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
|
Completed in 7 milliseconds