Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c1643 u32 hdr_used, hdr_total, asize, to_move; in indx_insert_into_root() local
1662 hdr_used = le32_to_cpu(hdr->used); in indx_insert_into_root()
1667 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1784 hdr_used = le32_to_cpu(hdr->used); in indx_insert_into_root()
1797 if (to_move > hdr_total - hdr_used) { in indx_insert_into_root()
1810 if (hdr_used + new_de_size > hdr_total) { in indx_insert_into_root()