Searched refs:LCN (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dvolume.h38 LCN nr_blocks; /* Number of sb->s_blocksize bytes
61 LCN nr_clusters; /* Volume size in clusters == number of
63 LCN mft_lcn; /* Cluster location of mft data. */
64 LCN mftmirr_lcn; /* Cluster location of copy of mft. */
79 LCN mft_zone_start; /* First cluster of the mft zone. */
80 LCN mft_zone_end; /* First cluster beyond the mft zone. */
81 LCN mft_zone_pos; /* Current position in the mft zone. */
82 LCN data1_zone_pos; /* Current position in the first data
84 LCN data2_zone_pos; /* Current position in the second data
H A Dtypes.h40 * Clusters are signed 64-bit values on NTFS volumes. We define two types, LCN
45 typedef s64 LCN; typedef
H A Drunlist.h44 LCN lcn; /* lcn = Starting logical cluster number. */
79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
H A Dlcnalloc.h44 const VCN start_vcn, const s64 count, const LCN start_lcn,
H A Ddebug.c157 printk(KERN_DEBUG "VCN LCN Run length\n");
159 LCN lcn = (rl + i)->lcn;
161 if (lcn < (LCN)0) {
H A Dlcnalloc.c73 const s64 count, const LCN start_lcn,
77 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
78 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size;
225 bmp_pos &= ~(LCN)7;
243 lcn = (lcn + 8) & ~(LCN)7;
265 ntfs_debug("First free bit is at LCN "
341 LCN tc;
484 LCN tc;
527 LCN tc;
568 LCN t
[all...]
H A Dattrib.h67 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
H A Drunlist.c719 LCN lcn; /* Current lcn. */
845 if (unlikely(deltaxcn == (LCN)-1))
847 if (unlikely(lcn == (LCN)-1))
852 if (unlikely(lcn < (LCN)-1)) {
853 ntfs_error(vol->sb, "Invalid LCN < -1 in "
970 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn)
989 if (likely(rl[i].lcn >= (LCN)0))
998 if (likely(rl[i].lcn < (LCN)0))
1101 LCN prev_lcn;
1293 LCN prev_lc
[all...]
H A Daops.c189 LCN lcn;
554 LCN lcn;
1000 LCN lcn;
H A Dattrib.c341 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
344 LCN lcn;
713 LCN lcn;
2131 /* If the last LCN is a hole or simillar seek back to last real LCN. */
H A Dcompress.c460 LCN lcn;
H A Dlogfile.c775 LCN lcn;
H A Dmft.c529 LCN lcn;
718 LCN lcn;
1274 LCN lcn;
1710 LCN lcn;
H A Dfile.c484 LCN lcn;
1785 LCN lcn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddebug.c57 ntfs_log_debug("VCN LCN Run length\n");
59 LCN lcn = (rl + i)->lcn;
61 if (lcn < (LCN)0) {
H A Dlcnalloc.c57 static void ntfs_cluster_set_zone_pos(LCN start, LCN end, LCN *pos, LCN tc)
67 static void ntfs_cluster_update_zone_pos(ntfs_volume *vol, u8 zone, LCN tc)
183 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone)
185 LCN zone_start, zone_end; /* current search range */
186 LCN last_read_pos, lcn;
187 LCN bmp_pos; /* current bit position inside the bitmap */
188 LCN prev_lc
[all...]
H A Drunlist.c513 while (srl[si].length && srl[si].lcn < (LCN)LCN_HOLE)
551 if (srl[send].lcn == (LCN)LCN_ENOENT)
611 drl[ds].lcn = (LCN)LCN_ENOENT;
619 if (drl[ds].lcn == (LCN)LCN_ENOENT) {
623 if (drl[ds].lcn != (LCN)LCN_RL_NOT_MAPPED) {
639 drl[ds].lcn = (LCN)LCN_RL_NOT_MAPPED;
655 drl[ds].lcn = (LCN)LCN_ENOENT;
749 LCN lcn; /* Current lcn. */
788 rl->lcn = (LCN)LCN_RL_NOT_MAPPED;
851 rl[rlpos].lcn = (LCN)LCN_HOL
[all...]
H A Dattrib.c513 LCN lcn;
672 LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn)
674 LCN lcn;
678 return (LCN)LCN_EINVAL;
696 if (!is_retry || lcn == (LCN)LCN_RL_NOT_MAPPED)
697 return (LCN)LCN_EIO;
743 if (rl->lcn >= (LCN)LCN_HOLE)
750 case (LCN)LCN_RL_NOT_MAPPED:
752 case (LCN)LCN_ENOENT:
755 case (LCN)LCN_EINVA
[all...]
H A Dmft.c643 LCN lcn;
964 LCN lcn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlcnalloc.h42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
H A Dvolume.h172 LCN mft_zone_start; /* First cluster of the mft zone. */
173 LCN mft_zone_end; /* First cluster beyond the mft zone. */
174 LCN mft_zone_pos; /* Current position in the mft zone. */
175 LCN data1_zone_pos; /* Current position in the first data zone. */
176 LCN data2_zone_pos; /* Current position in the second data zone. */
187 LCN mft_lcn; /* Logical cluster number of the data attribute
200 LCN mftmirr_lcn; /* Logical cluster number of the data attribute
H A Drunlist.h48 LCN lcn; /* lcn = Starting logical cluster number. */
52 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
H A Dtypes.h63 * Clusters are signed 64-bit values on NTFS volumes. We define two types, LCN
68 typedef s64 LCN; typedef
H A Dlogfile.h386 LCN lcn;
H A Dattrib.h273 extern LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn);

Completed in 220 milliseconds

12