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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c119 u32 index_block_size, index_vcn_size; local
143 index_block_size = le32_to_cpu(ir->index_block_size);
144 if (index_block_size < NTFS_BLOCK_SIZE ||
145 index_block_size & (index_block_size - 1)) {
147 (unsigned)index_block_size);
244 ia = ntfs_malloc(index_block_size);
251 if (vol->cluster_size <= index_block_size) {
266 index_block_size, i
701 u32 index_block_size, index_vcn_size; local
[all...]
H A Dindex.c686 icx->block_size = le32_to_cpu(ir->index_block_size);
991 ib = ntfs_ib_alloc(ib_vcn, le32_to_cpu(ir->index_block_size), LEAF_NODE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h2069 and the allocated_size is equal to the index_block_size specified
2105 /* 8*/ u32 index_block_size; /* Size of index block in bytes (in member in struct:__anon4238
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h1925 equal the index_block_size specified by the INDEX_ROOT attribute
1959 le32 index_block_size; /* Size of each index block in bytes (in member in struct:__anon16878
1993 index_block_size of the directory,
H A Dinode.c840 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size);
1555 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size);

Completed in 41 milliseconds