Home
last modified time | relevance | path

Searched refs:root_size (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Docfs1_fs_compat.h45 __u64 root_size; member
/fs/ntfs3/
Dindex.c1585 u32 root_size, new_root_size; in indx_insert_into_root() local
1606 root_size = le32_to_cpu(attr->res.data_size); in indx_insert_into_root()
1664 ds_root = new_root_size - root_size; in indx_insert_into_root()
2252 u32 e_size, root_size, new_root_size; in indx_delete_entry() local
2582 root_size = le32_to_cpu(attr->res.data_size); in indx_delete_entry()
2586 if (new_root_size != root_size && in indx_delete_entry()
2587 !mi_resize_attr(mi, attr, new_root_size - root_size)) { in indx_delete_entry()
/fs/adfs/
Dsuper.c425 root_obj.size = le32_to_cpu(dr->root_size); in adfs_fill_super()