Symbol: SPARSE_LCN
fs/ntfs3/attrib.c
1024
if (*lcn != SPARSE_LCN || !new)
fs/ntfs3/attrib.c
1104
if (*lcn != SPARSE_LCN || !new)
fs/ntfs3/attrib.c
1174
if (!run_add_entry(run_da, vcn, SPARSE_LCN, to_alloc, false)) {
fs/ntfs3/attrib.c
1191
if (!run_add_entry(run, evcn1, SPARSE_LCN, vcn - evcn1,
fs/ntfs3/attrib.c
120
if (lcn != SPARSE_LCN) {
fs/ntfs3/attrib.c
1220
if (*lcn == SPARSE_LCN) {
fs/ntfs3/attrib.c
1373
!run_add_entry(run, vcn, SPARSE_LCN, *len, false) ||
fs/ntfs3/attrib.c
1671
if (lcn == SPARSE_LCN) {
fs/ntfs3/attrib.c
1709
if (lcn == SPARSE_LCN) {
fs/ntfs3/attrib.c
1812
if (!run_add_entry(run, vcn + len, SPARSE_LCN, clst_data - len,
fs/ntfs3/attrib.c
2387
if (!run_add_entry(run, vcn1, SPARSE_LCN, zero, false)) {
fs/ntfs3/attrib.c
511
if (!run_add_entry(&ni->file.run_da, vcn, SPARSE_LCN,
fs/ntfs3/attrib.c
611
lcn = SPARSE_LCN;
fs/ntfs3/attrib.c
614
if (lcn == SPARSE_LCN)
fs/ntfs3/attrib.c
632
if (!run_add_entry(run, vcn, SPARSE_LCN, to_allocate,
fs/ntfs3/attrib.c
975
if (*len && (*lcn != SPARSE_LCN || !new))
fs/ntfs3/file.c
1034
if (lcn == SPARSE_LCN) {
fs/ntfs3/frecord.c
2886
if (lcn != SPARSE_LCN) {
fs/ntfs3/frecord.c
2898
if (lcn == SPARSE_LCN &&
fs/ntfs3/fslog.c
4948
lcn == SPARSE_LCN) {
fs/ntfs3/fslog.c
5078
if (is_mapped && lcn != SPARSE_LCN && clen >= t16)
fs/ntfs3/fsntfs.c
1133
if (lcn == SPARSE_LCN)
fs/ntfs3/fsntfs.c
1155
if (lcn == SPARSE_LCN)
fs/ntfs3/fsntfs.c
1215
if (lcn == SPARSE_LCN) {
fs/ntfs3/fsntfs.c
1295
if (lcn == SPARSE_LCN) {
fs/ntfs3/fsntfs.c
1532
if (lcn == SPARSE_LCN)
fs/ntfs3/fsntfs.c
1584
if (lcn == SPARSE_LCN)
fs/ntfs3/fsntfs.c
1679
*lbo = lcn == SPARSE_LCN ? -1 : (((u64)lcn << cluster_bits) + off);
fs/ntfs3/fsntfs.c
2557
if (lcn == SPARSE_LCN)
fs/ntfs3/fsntfs.c
851
lcn = SPARSE_LCN;
fs/ntfs3/fsntfs.c
854
if (lcn == SPARSE_LCN)
fs/ntfs3/inode.c
836
lcn = SPARSE_LCN;
fs/ntfs3/inode.c
884
if (lcn == SPARSE_LCN) {
fs/ntfs3/run.c
1137
if (lcn == SPARSE_LCN)
fs/ntfs3/run.c
125
if (n->lcn != SPARSE_LCN)
fs/ntfs3/run.c
1310
if (r->lcn != SPARSE_LCN)
fs/ntfs3/run.c
134
if ((n->lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) {
fs/ntfs3/run.c
145
if (n->lcn != SPARSE_LCN && n->lcn != r->lcn + r->len)
fs/ntfs3/run.c
216
*lcn = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + gap);
fs/ntfs3/run.c
242
if (r->lcn != SPARSE_LCN)
fs/ntfs3/run.c
345
(t->lcn == SPARSE_LCN) == (lcn == SPARSE_LCN) &&
fs/ntfs3/run.c
346
(lcn == SPARSE_LCN || lcn == t->lcn + t->len)) {
fs/ntfs3/run.c
429
if (((lcn == SPARSE_LCN) != (r->lcn == SPARSE_LCN)) ||
fs/ntfs3/run.c
430
(lcn != SPARSE_LCN && lcn != r->lcn + (vcn - r->vcn))) {
fs/ntfs3/run.c
437
tail_lcn = r->lcn == SPARSE_LCN ?
fs/ntfs3/run.c
438
SPARSE_LCN :
fs/ntfs3/run.c
509
} else if (r->lcn == SPARSE_LCN) {
fs/ntfs3/run.c
514
if (!run_add_entry(run, vcn, SPARSE_LCN, len, false))
fs/ntfs3/run.c
540
if (r->lcn != SPARSE_LCN)
fs/ntfs3/run.c
588
CLST lcn2 = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + len1);
fs/ntfs3/run.c
596
if (!run_add_entry(run, vcn, SPARSE_LCN, len, false))
fs/ntfs3/run.c
631
if (!run_add_entry(run, vcn + len, SPARSE_LCN, len2, false))
fs/ntfs3/run.c
897
lcn = r->lcn == SPARSE_LCN ? SPARSE_LCN : (r->lcn + len);
fs/ntfs3/run.c
909
if (lcn == SPARSE_LCN) {
fs/ntfs3/super.c
1494
if (lcn == SPARSE_LCN)