Searched refs:prl (Results 1 - 4 of 4) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 3252 runlist_element *prl; in get_mft_bitmap() local 3271 for (prl=rl; prl->length && ok; prl++) { in get_mft_bitmap() 3273 prl->lcn + expand->cluster_increment); in get_mft_bitmap() 3275 + (prl->vcn << vol->cluster_size_bits), in get_mft_bitmap() 3276 prl->length << vol->cluster_size_bits); in get_mft_bitmap() 4031 runlist_element *prl; in rebase_runlists() local 4045 for (prl=rl; prl in rebase_runlists() 4081 runlist_element *prl; rebase_runlists_meta() local 4207 rebase_inode(expand_t *expand, const runlist_element *prl, s64 inum, s64 jnum) rebase_inode() argument 4287 runlist_element *prl; rebase_all_inodes() local [all...] |
H A D | ntfsfallocate.c | 593 runlist_element *prl; in ntfs_inner_allocation() local 627 prl = rl; in ntfs_inner_allocation() 628 if ((--prl)->lcn >= 0) { in ntfs_inner_allocation() 629 lcn_seek_from = prl->lcn in ntfs_inner_allocation() 630 + from_hole - prl->vcn; in ntfs_inner_allocation()
|
H A D | ntfscp.c | 396 runlist_element *prl; in run_alloc() local 401 prl = (runlist_element*)ntfs_malloc( in run_alloc() 403 if (prl) { in run_alloc() 405 memcpy(prl, alctx->rl, alctx->rl_allocated in run_alloc() 409 alctx->rl = prl; in run_alloc()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 1517 static int split_compressed_hole(ntfs_attr *na, runlist_element **prl, in split_compressed_hole() argument 1522 runlist_element *rl = *prl; in split_compressed_hole() 1528 *prl = ntfs_rl_extend(na,*prl,2); in split_compressed_hole() 1529 if (!*prl) { in split_compressed_hole() 1532 rl = *prl; in split_compressed_hole() 1536 if (*prl && (rl->length > na->compression_block_clusters)) { in split_compressed_hole() 1587 rl = ++(*prl); in split_compressed_hole() 1620 rl = ++(*prl); in split_compressed_hole() 1656 rl = ++(*prl); in split_compressed_hole() 1679 borrow_from_hole(ntfs_attr *na, runlist_element **prl, s64 pos, s64 count, VCN *update_from, BOOL wasnonresident) global() argument [all...] |
Completed in 11 milliseconds