Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c1602 int ds_root; in indx_insert_into_root() local
1623 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1626 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root()
1627 mi_resize_attr(mi, attr, ds_root)) { in indx_insert_into_root()
1628 hdr->total = cpu_to_le32(hdr_total + ds_root); in indx_insert_into_root()
1679 ds_root = new_root_size - root_size; in indx_insert_into_root()
1681 if (ds_root > 0 && asize + ds_root > sbi->max_bytes_per_attr) { in indx_insert_into_root()
1687 if (ds_root) in indx_insert_into_root()
1688 mi_resize_attr(mi, attr, ds_root); in indx_insert_into_root()
1719 if (mi_resize_attr(mi, attr, -ds_root)) { in indx_insert_into_root()