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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c624 * make_room_for_attribute - make room for an attribute inside an mft record
639 static int make_room_for_attribute(MFT_RECORD *m, char *pos, const u32 size) function
651 ntfs_log_error("make_room_for_attribute() received non 8-byte aligned "
1158 err = make_room_for_attribute(m, (char*)a, asize);
1181 "record(): make_room_for_attribute() returned "
1351 err = make_room_for_attribute(m, (char*)a, asize);
1374 "mft_record(): make_room_for_attribute() "
1494 err = make_room_for_attribute(m, (char*)a, asize);
1518 "record(): make_room_for_attribute() returned "

Completed in 58 milliseconds