Searched refs:root_len (Results 1 – 3 of 3) sorted by relevance
/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 79 size_t root_len; in get_filename() local 91 root_len = strlen(root_path); in get_filename() 99 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename() 104 filename += root_len; in get_filename()
|
/drivers/md/persistent-data/ |
D | dm-transaction-manager.h | 149 void *sm_root, size_t root_len,
|
D | dm-transaction-manager.c | 511 void *sm_root, size_t root_len, in dm_tm_open_with_sm() argument 515 return dm_tm_create_internal(bm, sb_location, tm, sm, 0, sm_root, root_len); in dm_tm_open_with_sm()
|