Searched refs:old_last_vcn (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c965 VCN old_last_vcn; local
1008 old_last_vcn = rl[1].vcn;
1010 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE);
1154 a->highest_vcn = cpu_to_sle64(old_last_vcn - 1);
1158 if (ntfs_cluster_free(vol, mft_na, old_last_vcn, -1) < 0)
1161 if (ntfs_rl_truncate(&mft_na->rl, old_last_vcn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c1711 VCN old_last_vcn; local
1774 old_last_vcn = rl[1].vcn;
1776 rl2 = ntfs_cluster_alloc(vol, old_last_vcn, nr, lcn, MFT_ZONE,
1950 cpu_to_sle64(old_last_vcn - 1);
1952 if (ntfs_cluster_free(mft_ni, old_last_vcn, -1, ctx) < 0) {
1958 if (ntfs_rl_truncate_nolock(vol, &mft_ni->runlist, old_last_vcn)) {

Completed in 28 milliseconds