Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dindex.c1590 int ds_root; in indx_insert_into_root() local
1611 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1614 if ((undo || asize + ds_root < sbi->max_bytes_per_attr) && in indx_insert_into_root()
1615 mi_resize_attr(mi, attr, ds_root)) { in indx_insert_into_root()
1616 hdr->total = cpu_to_le32(hdr_total + ds_root); in indx_insert_into_root()
1667 ds_root = new_root_size - root_size; in indx_insert_into_root()
1669 if (ds_root > 0 && asize + ds_root > sbi->max_bytes_per_attr) { in indx_insert_into_root()
1675 if (ds_root) in indx_insert_into_root()
1676 mi_resize_attr(mi, attr, ds_root); in indx_insert_into_root()
1707 if (mi_resize_attr(mi, attr, -ds_root)) { in indx_insert_into_root()