Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Dindex.c1581 u16 new_de_size; in indx_insert_into_root() local
1600 new_de_size = le16_to_cpu(new_de->size); in indx_insert_into_root()
1606 ds_root = new_de_size + hdr_used - hdr_total; in indx_insert_into_root()
1733 if (hdr_used + new_de_size > hdr_total) { in indx_insert_into_root()