Searched refs:index_block_size (Results 1 - 7 of 7) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 264 u32 index_block_size; in ntfs_inode_lookup_by_name() local 289 index_block_size = le32_to_cpu(ir->index_block_size); in ntfs_inode_lookup_by_name() 290 if (index_block_size < NTFS_BLOCK_SIZE || in ntfs_inode_lookup_by_name() 291 index_block_size & (index_block_size - 1)) { in ntfs_inode_lookup_by_name() 293 (unsigned)index_block_size); in ntfs_inode_lookup_by_name() 380 ia = ntfs_malloc(index_block_size); in ntfs_inode_lookup_by_name() 387 if (vol->cluster_size <= index_block_size) { in ntfs_inode_lookup_by_name() 400 index_block_size, i in ntfs_inode_lookup_by_name() 1113 u32 index_block_size; ntfs_readdir() local [all...] |
H A D | index.c | 793 icx->block_size = le32_to_cpu(ir->index_block_size); in ntfs_index_lookup() 1101 ib = ntfs_ib_alloc(ib_vcn, le32_to_cpu(ir->index_block_size), LEAF_NODE); in ntfs_ir_to_ib()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 2270 const u32 index_block_size) in add_attr_index_root() 2290 r->index_block_size = cpu_to_le32(index_block_size); in add_attr_index_root() 2291 if (index_block_size >= g_vol->cluster_size) { in add_attr_index_root() 2292 if (index_block_size % g_vol->cluster_size) { in add_attr_index_root() 2298 r->clusters_per_index_block = index_block_size / in add_attr_index_root() 2300 } else { /* if (g_vol->cluster_size > index_block_size) */ in add_attr_index_root() 2301 if (index_block_size & (index_block_size - 1)) { in add_attr_index_root() 2307 if (index_block_size < (u3 in add_attr_index_root() 2266 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) add_attr_index_root() argument 2436 int i, err, index_block_size; upgrade_to_large_index() local [all...] |
H A D | ntfscat.c | 328 return le32_to_cpu(iroot->index_block_size); in index_get_size()
|
H A D | ntfsinfo.c | 1854 (unsigned)le32_to_cpu(index_root->index_block_size), in ntfs_dump_attr_index_root() 1855 (unsigned)le32_to_cpu(index_root->index_block_size)); in ntfs_dump_attr_index_root() 1856 if (le32_to_cpu(index_root->index_block_size) < ni->vol->cluster_size) in ntfs_dump_attr_index_root() 1969 ir->index_block_size)); in ntfs_dump_attr_index_allocation() 1979 ir->index_block_size)); in ntfs_dump_attr_index_allocation()
|
H A D | ntfsclone.c | 1172 indexr->index_block_size))) { 1186 indexr->index_block_size))) { 1192 le32_to_cpu(indexr->index_block_size));
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 2096 and the allocated_size is equal to the index_block_size specified 2132 /* 8*/ le32 index_block_size; /* Size of index block in bytes (in member
|
Completed in 19 milliseconds