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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c495 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; local
574 bh_cpos = bh_pos >> vol->cluster_size_bits;
627 cdelta = bh_cpos - vcn;
760 while (rl->length && rl[1].vcn <= bh_cpos)
762 lcn = ntfs_rl_vcn_to_lcn(rl, bh_cpos);
769 vcn = bh_cpos;
813 err = ntfs_map_runlist_nolock(ni, bh_cpos,
839 (unsigned long long)bh_cpos,
857 if ((bh_cend <= cpos || bh_cpos >= cend)) {
905 rl2 = ntfs_cluster_alloc(vol, bh_cpos,
[all...]

Completed in 89 milliseconds