Searched refs:root_len (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-transaction-manager.h | 133 void *sm_root, size_t root_len,
|
D | dm-transaction-manager.c | 447 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()
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 72 int len, seg_len, root_len; in dentry_name() local 84 root_len = strlen(root); in dentry_name() 85 len += root_len; in dentry_name() 107 memcpy(name, root, root_len); in dentry_name()
|
/linux-4.1.27/fs/ubifs/ |
D | ubifs-media.h | 693 __le32 root_len; member
|
D | master.c | 284 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
|
D | commit.c | 177 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
|
D | sb.c | 216 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
|
D | debug.c | 376 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()
|