Searched defs:bitmap (Results 26 - 28 of 28) sorted by relevance

12

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c125 #include "bitmap.h"
1986 const IGNORE_CASE_BOOL ic, const u8 *bitmap,
1995 name_len, ic, 0, bitmap, bitmap_len);
1998 name_len, ic, 0, 0, bitmap, bitmap_len);
2008 * Create a non-resident bitmap attribute with a predefined on disk location
2016 const runlist *rl, const u8 *bitmap, const u32 bitmap_len)
2021 ic, 0, rl, bitmap, bitmap_len);
2032 * Create bitmap and index allocation attributes, modify index root
2153 /* TODO: Remove the added bitmap! */
2171 /* TODO: Remove the added bitmap! */
1985 add_attr_bitmap(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *bitmap, const u32 bitmap_len) argument
2014 add_attr_bitmap_positioned(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const runlist *rl, const u8 *bitmap, const u32 bitmap_len) argument
[all...]
H A Dntfsresize.c65 #include "bitmap.h"
148 struct bitmap { struct
179 struct bitmap lcn_bitmap;
198 struct bitmap lcn_bitmap;
780 struct bitmap *lcn_bitmap = &fsck->lcn_bitmap;
879 static void compare_bitmaps(ntfs_volume *vol, struct bitmap *a)
998 * Read each record in the MFT, skipping the unused ones, and build up a bitmap
1024 MFT record not in use based on $MFT bitmap */
1223 static void set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit)
1229 static void set_bitmap_clusters(struct bitmap *b
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h225 * All these files are always marked as used in the bitmap attribute of the
232 contains the entries and bitmap attribute
246 FILE_Bitmap = 6, /* Allocation bitmap of all clusters (LCNs) in
2366 * directory tree (see below), and a bitmap attribute, describing which virtual
2693 * the number of bits in the bitmap * index block size / cluster size is the
2697 u8 bitmap[]; /* Array of bits. */ member in struct:__anon2122

Completed in 45 milliseconds

12