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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_runlist.c213 if ((dst->lcn == LCN_HOLE) && (src->lcn == LCN_HOLE))
423 if (d_rl[marker].lcn == LCN_HOLE ||
601 unsigned s_start; /* First index in @s_rl with lcn >= LCN_HOLE. */
603 unsigned d_final; /* Last index in @d_rl with lcn >= LCN_HOLE. */
604 unsigned s_final; /* Last index in @s_rl with lcn >= LCN_HOLE. */
654 while (s_rl[si].length && s_rl[si].lcn < LCN_HOLE)
677 /* Scan backwards for the last element with lcn >= LCN_HOLE. */
679 if (s_rl[s_final].lcn >= LCN_HOLE)
683 if (d_rl[d_final].lcn >= LCN_HOLE)
[all...]
H A Dntfs_runlist.h94 * Another special value is LCN_HOLE which means that the clusters are not
129 * LCN_HOLE: run is not allocated on disk, i.e. it is a hole
141 LCN_HOLE = -1, /* Keep this as highest value or die! */ enumerator in enum:__anon11434
H A Dntfs_lcnalloc.c923 if (rl->lcn < LCN_HOLE) {
958 if (rl->lcn < LCN_HOLE) {
1153 if (rl->lcn < LCN_HOLE) {
1199 if (rl->lcn < LCN_HOLE) {
1228 if (rl->lcn < LCN_HOLE) {
H A Dntfs_compress.c134 if (lcn == LCN_HOLE) {
H A Dntfs_attr.c418 * If @clusters is not NULL, on success (i.e. we return >= LCN_HOLE) we return
425 * LCN_HOLE Hole / not allocated on disk.
466 if (lcn >= LCN_HOLE) {
551 * being >= 0 and LCN_HOLE. In the later case you have to return zeroes on
611 if (rl->lcn >= LCN_HOLE) {
4267 if (!rl->length || rl->lcn < LCN_HOLE)
4269 if (rl->lcn == LCN_HOLE) {
4349 if (!rl->length || rl->lcn < LCN_HOLE)
4381 while (rl->lcn == LCN_HOLE && rl->length)
5307 if (!rl->length || rl->lcn < LCN_HOLE) {
[all...]
H A Dntfs_mft.c962 if (rl->lcn < LCN_HOLE)
963 panic("%s(): rl->lcn < LCN_HOLE\n", __FUNCTION__);
1447 if (rl->lcn < LCN_HOLE)
1448 panic("%s(): rl->lcn < LCN_HOLE\n", __FUNCTION__);
H A Dntfs_vnops.c10385 if (lcn < LCN_HOLE) {
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c89 LCN_HOLE = -1, /* Keep this as highest value or die! */ enumerator in enum:__anon11448
504 * to LCN_HOLE.
507 rl[rlpos].lcn = LCN_HOLE;
597 * If @clusters is not NULL, on success (i.e. we return >= LCN_HOLE) we return
604 * LCN_HOLE Hole / not allocated on disk.
641 * Set *@clusters just in case rl[i].lcn is LCN_HOLE. That should
643 * LCN_HOLE but better be safe than sorry.
649 * LCN_HOLE, LCN_RL_NOT_MAPPED, or LCN_ENOENT.

Completed in 186 milliseconds