Home
last modified time | relevance | path

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

/fs/ntfs3/
Dindex.c1587 int ds_root; in indx_insert_into_root() local
1608 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1611 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root()
1612 mi_resize_attr(mi, attr, ds_root)) { in indx_insert_into_root()
1613 hdr->total = cpu_to_le32(hdr_total + ds_root); in indx_insert_into_root()
1664 ds_root = new_root_size - root_size; in indx_insert_into_root()
1666 if (ds_root > 0 && asize + ds_root > sbi->max_bytes_per_attr) { in indx_insert_into_root()
1672 if (ds_root) in indx_insert_into_root()
1673 mi_resize_attr(mi, attr, ds_root); in indx_insert_into_root()
1704 if (mi_resize_attr(mi, attr, -ds_root)) { in indx_insert_into_root()