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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c684 * make_room_for_attribute - make room for an attribute inside an mft record
699 static int make_room_for_attribute(MFT_RECORD *m, char *pos, const u32 size) function
711 ntfs_log_error("make_room_for_attribute() received non 8-byte aligned "
1218 err = make_room_for_attribute(m, (char*)a, asize);
1241 "record(): make_room_for_attribute() returned "
1411 err = make_room_for_attribute(m, (char*)a, asize);
1434 "mft_record(): make_room_for_attribute() "
1554 err = make_room_for_attribute(m, (char*)a, asize);
1578 "record(): make_room_for_attribute() returned "

Completed in 51 milliseconds