Searched defs:allocated_size (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dinode.h141 s64 allocated_size; /* Allocated size stored in the filename member in struct:_ntfs_inode
H A Dattrib.h138 * @allocated_size: copy from the attribute record
191 s64 allocated_size; member in struct:_ntfs_attr
280 const s64 allocated_size, const s64 data_size,
H A Dlayout.h861 /* 40*/ sle64 allocated_size; /* Byte size of disk space member in struct:__anon2055::__anon2056::__anon2058
870 value. Can be larger than allocated_size if
1208 /* 28*/ sle64 allocated_size; /* Byte size of on-disk allocated space member in struct:__anon2066
1211 allocated_size from the unnamed
2338 le32 allocated_size; /* Byte size of this index (block), member in struct:__anon2106
2343 resident and hence the allocated_size is a fixed value and must
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dindex.c400 u32 ib_size = (unsigned)le32_to_cpu(ib->index.allocated_size) + 0x18;
823 ib->index.allocated_size = cpu_to_le32(ib_size -
1165 ir->index.allocated_size = ir->index.index_length;
1169 le32_to_cpu(ir->index.allocated_size)))
1211 icx->ir->index.allocated_size = cpu_to_le32(data_size);
1342 u32 idx_size, allocated_size; local
1358 allocated_size = le32_to_cpu(ib->index.allocated_size);
1360 if (idx_size + le16_to_cpu(ie->length) + sizeof(VCN) > allocated_size) {
1425 int allocated_size, new_siz local
[all...]
H A Dattrib.c153 * reading in allocated_size bytes which is usually larger
296 * @allocated_size:
306 const s64 allocated_size, const s64 data_size,
319 na->allocated_size = allocated_size;
433 sle64_to_cpu(a->u.nonres.allocated_size),
666 last_vcn = sle64_to_cpu(a->u.nonres.allocated_size) >>
2833 a->u.nonres.allocated_size = 0;
3672 na->allocated_size = new_allocated_size;
3748 a->u.nonres.allocated_size
304 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1245 a->u.nonres.allocated_size = cpu_to_sle64(highest_vcn * g_vol->cluster_size);
1432 a->u.nonres.allocated_size = cpu_to_sle64((val_len + (g_vol->cluster_size - 1)) &
1630 const s64 allocated_size, const s64 data_size,
1672 fn->allocated_size = cpu_to_sle64(allocated_size);
1938 r->index.allocated_size = r->index.index_length;
2122 ia_val->index.allocated_size = cpu_to_le32(index_block_size -
2148 r->index.allocated_size = r->index.index_length;
2152 le32_to_cpu(r->index.allocated_size))) {
2213 le32_to_cpu(idx->index.allocated_size) ||
1629 add_attr_file_name(MFT_RECORD *m, const leMFT_REF parent_dir, const s64 allocated_size, const s64 data_size, const FILE_ATTR_FLAGS flags, const u16 packed_ea_size, const u32 reparse_point_tag, const char *file_name, const FILE_NAME_TYPE_FLAGS file_name_type) argument
2748 create_hardlink_res(MFT_RECORD *m_parent, const leMFT_REF ref_parent, MFT_RECORD *m_file, const leMFT_REF ref_file, const s64 allocated_size, const s64 data_size, const FILE_ATTR_FLAGS flags, const u16 packed_ea_size, const u32 reparse_point_tag, const char *file_name, const FILE_NAME_TYPE_FLAGS file_name_type) argument
2864 create_hardlink(INDEX_BLOCK *idx, const leMFT_REF ref_parent, MFT_RECORD *m_file, const leMFT_REF ref_file, const s64 allocated_size, const s64 data_size, const FILE_ATTR_FLAGS flags, const u16 packed_ea_size, const u32 reparse_point_tag, const char *file_name, const FILE_NAME_TYPE_FLAGS file_name_type) argument
[all...]

Completed in 64 milliseconds