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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.h44 const VCN start_vcn, const s64 count, const LCN start_lcn,
48 extern s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn,
54 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
58 * Free @count clusters starting at the cluster @start_vcn in the runlist
61 * If @count is -1, all clusters from @start_vcn to the end of the runlist are
63 * @start_vcn = 0 and @count = -1.
107 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, argument
110 return __ntfs_cluster_free(ni, start_vcn, count, ctx, false);
H A Dlcnalloc.c72 runlist_element *ntfs_cluster_alloc(ntfs_volume *vol, const VCN start_vcn, argument
89 ntfs_debug("Entering for start_vcn 0x%llx, count 0x%llx, start_lcn "
90 "0x%llx, zone %s_ZONE.", (unsigned long long)start_vcn,
97 BUG_ON(start_vcn < 0);
333 rl[rlpos].vcn = start_vcn;
718 * @start_vcn: vcn in the runlist of @ni at which to start freeing clusters
723 * Free @count clusters starting at the cluster @start_vcn in the runlist
726 * If @count is -1, all clusters from @start_vcn to the end of the runlist are
728 * @start_vcn = 0 and @count = -1.
775 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s6 argument
[all...]
H A Dcompress.c461 VCN start_vcn = (((s64)index << PAGE_CACHE_SHIFT) & ~cb_size_mask) >> local
470 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits
475 * guarantees of start_vcn and end_vcn, no need to round up here.
477 unsigned int nr_pages = (end_vcn - start_vcn) <<
512 offset = start_vcn << vol->cluster_size_bits >> PAGE_CACHE_SHIFT;
562 for (vcn = start_vcn, start_vcn += cb_clusters; vcn < start_vcn;
697 if (vcn == start_vcn - cb_clusters) {
740 } else if (vcn == start_vcn) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlcnalloc.h41 extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count,
46 extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
H A Drunlist.h68 const runlist_element *rl, const VCN start_vcn);
75 const VCN start_vcn, VCN *const stop_vcn);
77 extern int ntfs_rl_truncate(runlist **arl, const VCN start_vcn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c145 * @start_vcn: vcn to use for the first allocated cluster
182 runlist *ntfs_cluster_alloc(ntfs_volume *vol, VCN start_vcn, s64 count, argument
206 __FUNCTION__, (long long)start_vcn,
215 rl[0].vcn = start_vcn;
339 rl[rlpos].vcn = start_vcn;
341 (long long)start_vcn);
559 * @start_vcn: vcn in @rl at which to start freeing clusters
562 * Free @count clusters starting at the cluster @start_vcn in the runlist
565 * If @count is -1, all clusters from @start_vcn to the end of the runlist
571 int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s6 argument
[all...]
H A Drunlist.c1253 * @start_vcn: vcn at which to start the mapping pairs array
1256 * array corresponding to the runlist @rl, starting at vcn @start_vcn. This
1266 * - @start_vcn is invalid.
1270 const runlist_element *rl, const VCN start_vcn)
1275 if (start_vcn < 0) {
1276 ntfs_log_trace("start_vcn %lld (should be >= 0)\n",
1277 (long long) start_vcn);
1282 if (start_vcn) {
1283 ntfs_log_trace("rl NULL, start_vcn %lld (should be > 0)\n",
1284 (long long) start_vcn);
1269 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn) argument
1442 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, VCN *const stop_vcn) argument
1594 ntfs_rl_truncate(runlist **arl, const VCN start_vcn) argument
[all...]
H A Dcompress.c329 VCN start_vcn, vcn, end_vcn; local
396 start_vcn = (pos & ~cb_size_mask) >> vol->cluster_size_bits;
406 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >>
412 vcn = start_vcn;
413 start_vcn += cb_clusters;

Completed in 71 milliseconds