Searched refs:root_size (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-space-map.h | 63 int (*root_size)(struct dm_space_map *sm, size_t *result); member 149 return sm->root_size(sm, result); in dm_sm_root_size()
|
H A D | dm-space-map-disk.c | 212 .root_size = sm_disk_root_size,
|
H A D | dm-space-map-metadata.c | 575 .root_size = sm_metadata_root_size, 712 .root_size = sm_bootstrap_root_size,
|
/openbmc/linux/include/uapi/linux/ |
H A D | adfs_fs.h | 36 __le32 root_size; member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_buddy.c | 147 u64 root_size; in drm_buddy_init() local 150 root_size = chunk_size << order; in drm_buddy_init() 163 offset += root_size; in drm_buddy_init() 164 size -= root_size; in drm_buddy_init()
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs1_fs_compat.h | 45 __u64 root_size; member
|
/openbmc/linux/drivers/md/ |
H A D | dm-clone-metadata.c | 288 size_t root_size; in __copy_sm_root() local 290 r = dm_sm_root_size(cmd->sm, &root_size); in __copy_sm_root() 294 return dm_sm_copy_root(cmd->sm, &cmd->metadata_space_map_root, root_size); in __copy_sm_root()
|
/openbmc/linux/fs/ntfs3/ |
H A D | index.c | 1590 u32 root_size, new_root_size; in indx_insert_into_root() local 1611 root_size = le32_to_cpu(attr->res.data_size); in indx_insert_into_root() 1669 ds_root = new_root_size - root_size; in indx_insert_into_root() 2271 u32 e_size, root_size, new_root_size; in indx_delete_entry() local 2604 root_size = le32_to_cpu(attr->res.data_size); in indx_delete_entry() 2608 if (new_root_size != root_size && in indx_delete_entry() 2609 !mi_resize_attr(mi, attr, new_root_size - root_size)) { in indx_delete_entry()
|
/openbmc/linux/fs/adfs/ |
H A D | super.c | 425 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()
|