Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dindex.c1582 u32 hdr_used, hdr_total, asize, to_move; in indx_insert_into_root() local
1602 hdr_total = le32_to_cpu(hdr->total); in indx_insert_into_root()
1606 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1611 hdr->total = cpu_to_le32(hdr_total + ds_root); in indx_insert_into_root()
1724 hdr_total = le32_to_cpu(hdr->total); in indx_insert_into_root()
1733 if (hdr_used + new_de_size > hdr_total) { in indx_insert_into_root()