Searched refs:bmp_pos (Results 1 - 2 of 2) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | lcnalloc.c | 240 LCN bmp_pos; /* current bit position inside the bitmap */ in ntfs_cluster_alloc() local 310 bmp_pos = zone_start; in ntfs_cluster_alloc() 319 last_read_pos = bmp_pos >> 3; in ntfs_cluster_alloc() 334 lcn = bmp_pos & 7; in ntfs_cluster_alloc() 335 bmp_pos &= ~7; in ntfs_cluster_alloc() 354 /* First free bit is at lcn + bmp_pos. */ in ntfs_cluster_alloc() 384 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) { in ntfs_cluster_alloc() 386 "%lld lcn: %lld bmp_pos: %lld " in ntfs_cluster_alloc() 389 (long long)lcn, (long long)bmp_pos, in ntfs_cluster_alloc() 402 rl[rlpos].lcn = prev_lcn = lcn + bmp_pos; in ntfs_cluster_alloc() [all...] |
H A D | dir.c | 1104 s64 i_size, br, ia_pos, bmp_pos, ia_start; in ntfs_readdir() local 1296 bmp_pos = ia_pos >> index_block_size_bits; in ntfs_readdir() 1297 if (bmp_pos >> 3 >= bmp_na->data_size) { in ntfs_readdir() 1303 bmp_buf_size = min(bmp_na->data_size - (bmp_pos >> 3), 4096); in ntfs_readdir() 1308 br = ntfs_attr_pread(bmp_na, bmp_pos >> 3, bmp_buf_size, bmp); in ntfs_readdir() 1320 bmp_pos++; in ntfs_readdir() 1323 if (bmp_pos >> 3 >= bmp_na->data_size) in ntfs_readdir() 1325 ia_pos = bmp_pos << index_block_size_bits; in ntfs_readdir() 1330 if ((bmp_pos >> 3) + bmp_buf_size > bmp_na->data_size) in ntfs_readdir() 1331 bmp_buf_size = bmp_na->data_size - (bmp_pos >> in ntfs_readdir() [all...] |
Completed in 4 milliseconds