Searched refs:alloc_offs (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfallocate.c | 589 static int ntfs_inner_allocation(ntfs_attr *na, s64 alloc_offs, s64 alloc_len) in ntfs_inner_allocation() argument 607 from_vcn = alloc_offs >> vol->cluster_size_bits; in ntfs_inner_allocation() 608 end_vcn = (alloc_offs + alloc_len + vol->cluster_size - 1) in ntfs_inner_allocation() 653 s64 alloc_offs, s64 alloc_len) in ntfs_full_allocation() 665 if (na->allocated_size <= alloc_offs) { in ntfs_full_allocation() 670 err = ntfs_attr_truncate(na, alloc_offs); in ntfs_full_allocation() 673 alloc_offs + alloc_len); in ntfs_full_allocation() 680 if ((alloc_offs + alloc_len) > na->allocated_size) in ntfs_full_allocation() 681 err = ntfs_attr_truncate(na, alloc_offs + alloc_len); in ntfs_full_allocation() 683 err = ntfs_inner_allocation(na, alloc_offs, alloc_le in ntfs_full_allocation() 652 ntfs_full_allocation(ntfs_attr *na, ntfs_attr_search_ctx *ctx, s64 alloc_offs, s64 alloc_len) ntfs_full_allocation() argument 742 ntfs_fallocate(ntfs_inode *ni, s64 alloc_offs, s64 alloc_len) ntfs_fallocate() argument [all...] |
Completed in 2 milliseconds