Searched refs:holes (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h62 uint8 holes; member in struct:AttrLeafHeaderV4::OnDiskData
90 uint8 holes; member in struct:AttrLeafHeaderV5::OnDiskData
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c1826 hole_type holes);
5301 hole_type holes)
5339 if ((newsize < vol->mft_record_size) && (holes != HOLES_NONRES)) {
5384 if (holes == HOLES_NONRES) {
5395 return ntfs_attr_truncate_i(na, newsize, holes);
5451 return ntfs_resident_attr_resize_i(na, newsize, holes);
5475 return ntfs_resident_attr_resize_i(na, newsize, holes);
5514 return ntfs_resident_attr_resize_i(na, newsize, holes);
5535 return ntfs_resident_attr_resize_i(na, newsize, holes);
5773 hole_type holes, ntfs_attr_search_ct
5300 ntfs_resident_attr_resize_i(ntfs_attr *na, const s64 newsize, hole_type holes) argument
5772 ntfs_attr_update_meta(ATTR_RECORD *a, ntfs_attr *na, MFT_RECORD *m, hole_type holes, ntfs_attr_search_ctx *ctx) argument
5900 ntfs_attr_update_mapping_pairs_i(ntfs_attr *na, VCN from_vcn, hole_type holes) argument
6499 ntfs_non_resident_attr_expand_i(ntfs_attr *na, const s64 newsize, hole_type holes) argument
6735 ntfs_non_resident_attr_expand(ntfs_attr *na, const s64 newsize, hole_type holes) argument
6767 ntfs_attr_truncate_i(ntfs_attr *na, const s64 newsize, hole_type holes) argument
[all...]
H A Dcompress.c1188 err = "Adjacent holes";
1270 int holes = 0; local
1283 holes++;
1300 holes++;
1315 switch (holes) {
1375 /* there were several holes, must merge them */
1379 if (freerl[holes].lcn == LCN_HOLE) {
1380 freerl->length += freerl[holes].length;
1381 holes++;
1386 *erl = erl[holes
[all...]
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Datombios.h9237 UCHAR ucholesNo; // number of holes that follow
9238 ATOM_HOLE_INFO holes[1]; // array of hole descriptions member in struct:_ATOM_SERVICE_INFO

Completed in 131 milliseconds