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

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dcluster.h36 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data);
H A Dcluster.c44 int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void *data)
86 LCN a_begin = runs[j].lcn;
87 LCN a_end = a_begin + runs[j].length - 1;
H A Dntfscluster.h55 LCN lcn; /* Last cluster in use */
H A Dntfsinfo.c1195 static const char * ntfs_dump_lcn(LCN lcn)
1209 ntfs_log_error("Invalid LCN value %llx passed to "
H A Dntfsresize.c165 s64 lcn; /* last used LCN for a "special" file/attr type */
192 s64 mftmir_old; /* $MFTMirr AT_DATA's old LCN */
602 static void rl_set(runlist *rl, VCN vcn, LCN lcn, s64 len)
726 s64 new_vol_size; /* (last LCN on the volume) + 1 */
759 printf("Relocation needed for inode %8lld attr 0x%x LCN 0x%08llx "
807 err_exit("Corrupt runlist in inode %lld attr %x LCN "
1531 s64 new_vol_size; /* (last LCN on the volume) + 1 */
1595 err_exit("Corrupt runlist in MTF %llu attr %x LCN "
1823 err_exit("rl_expand: bad LCN: %lld\n", p[len - 1].lcn);
H A Dmkntfs.c724 LCN j;
758 LCN lcn, end, prev_lcn = 0LL;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
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 Drunlist.c543 while (srl[si].length && srl[si].lcn < (LCN)LCN_HOLE)
582 if (srl[send].lcn == (LCN)LCN_ENOENT)
642 drl[ds].lcn = (LCN)LCN_ENOENT;
650 if (drl[ds].lcn == (LCN)LCN_ENOENT) {
654 if (drl[ds].lcn != (LCN)LCN_RL_NOT_MAPPED) {
670 drl[ds].lcn = (LCN)LCN_RL_NOT_MAPPED;
686 drl[ds].lcn = (LCN)LCN_ENOENT;
737 LCN lcn; /* Current lcn. */
776 rl->lcn = (LCN)LCN_RL_NOT_MAPPED;
839 rl[rlpos].lcn = (LCN)LCN_HOL
[all...]
H A Dlcnalloc.c104 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone)
106 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
107 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size;
275 ntfs_log_trace("First free bit is at LCN = "
337 LCN tc;
476 LCN tc;
512 LCN tc;
546 LCN tc;
H A Dattrib.c499 LCN lcn;
739 LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn)
741 LCN lcn;
745 return (LCN)LCN_EINVAL;
763 if (!is_retry || lcn == (LCN)LCN_RL_NOT_MAPPED)
764 return (LCN)LCN_EIO;
810 if (rl->lcn >= (LCN)LCN_HOLE)
817 case (LCN)LCN_RL_NOT_MAPPED:
819 case (LCN)LCN_ENOENT:
822 case (LCN)LCN_EINVA
[all...]
H A Dmft.c557 LCN lcn;
890 LCN lcn;
H A Dvolume.c442 LCN mft_zone_size, mft_lcn;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlcnalloc.h42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
H A Dvolume.h178 LCN mft_zone_start; /* First cluster of the mft zone. */
179 LCN mft_zone_end; /* First cluster beyond the mft zone. */
180 LCN mft_zone_pos; /* Current position in the mft zone. */
181 LCN data1_zone_pos; /* Current position in the first data zone. */
182 LCN data2_zone_pos; /* Current position in the second data zone. */
193 LCN mft_lcn; /* Logical cluster number of the data attribute
206 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.h81 * Clusters are signed 64-bit values on NTFS volumes. We define two types, LCN
86 typedef s64 LCN; typedef
H A Dlogfile.h430 LCN lcn;
H A Dattrib.h305 extern LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn);

Completed in 79 milliseconds