Searched refs:ntfs_ir_make_space (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c1352 * ntfs_ir_make_space - Make more space for the index root attribute
1357 static int ntfs_ir_make_space(ntfs_index_context *icx, int data_size) function
1452 ret = ntfs_ir_make_space(icx, new_size);
1595 if (ntfs_ir_make_space(icx, new_size) == STATUS_ERROR)
1863 ret = ntfs_ir_make_space(icx, new_size);

Completed in 29 milliseconds