Searched refs:ntfs_make_room_for_attr (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 326 extern int ntfs_make_room_for_attr(MFT_RECORD *m, u8 *pos, u32 size);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 4027 * ntfs_make_room_for_attr - make room for an attribute inside an mft record 4040 int ntfs_make_room_for_attr(MFT_RECORD *m, u8 *pos, u32 size) function 4150 if (ntfs_make_room_for_attr(ctx->mrec, (u8*) ctx->attr, length)) { 4287 if (ntfs_make_room_for_attr(ctx->mrec, (u8*) ctx->attr, length)) { 4972 if (ntfs_make_room_for_attr(ni->mrec, (u8*) nctx->attr,
|
Completed in 8 milliseconds