Searched defs:index_block_size (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c117 u32 index_block_size, index_vcn_size; local
140 index_block_size = le32_to_cpu(ir->index_block_size);
141 if (index_block_size < NTFS_BLOCK_SIZE ||
142 index_block_size & (index_block_size - 1)) {
144 (unsigned)index_block_size);
264 ia = (INDEX_ALLOCATION*)malloc(index_block_size);
272 if (vol->cluster_size <= index_block_size) {
287 index_block_size, i
728 u32 index_block_size, index_vcn_size; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1889 const u32 index_block_size)
1908 r->index_block_size = cpu_to_le32(index_block_size);
1909 if (index_block_size >= g_vol->cluster_size) {
1910 if (index_block_size % g_vol->cluster_size) {
1916 r->clusters_per_index_block = index_block_size /
1918 } else { /* if (g_vol->cluster_size > index_block_size) */
1919 if (index_block_size & (index_block_size - 1)) {
1925 if (index_block_size < (u3
1885 add_attr_index_root(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_TYPES indexed_attr_type, const COLLATION_RULES collation_rule, const u32 index_block_size) argument
2051 int i, err, index_block_size; local
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h2344 equal the index_block_size specified by the INDEX_ROOT attribute
2384 le32 index_block_size; /* Size of each index block in bytes (in member in struct:__anon2107

Completed in 60 milliseconds