Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/persistent-data/
Ddm-transaction-manager.h133 void *sm_root, size_t root_len,
Ddm-transaction-manager.c447 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/
Dhppfs.c72 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/
Dubifs-media.h693 __le32 root_len; member
Dmaster.c284 c->zroot.len = le32_to_cpu(c->mst_node->root_len); in ubifs_read_master()
Dcommit.c177 c->mst_node->root_len = cpu_to_le32(zroot.len); in do_commit()
Dsb.c216 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem()
Ddebug.c376 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node()