Symbol: LCN_ENOENT
fs/ntfs/aops.c
176
case LCN_ENOENT:
fs/ntfs/attrib.c
3756
if (first_lcn == LCN_ENOENT ||
fs/ntfs/attrib.c
391
return LCN_ENOENT;
fs/ntfs/attrib.c
403
if (lcn != LCN_ENOENT)
fs/ntfs/attrib.c
428
lcn = LCN_ENOENT;
fs/ntfs/attrib.c
434
if (lcn != LCN_ENOENT)
fs/ntfs/attrib.c
4430
rl[last].lcn = LCN_ENOENT;
fs/ntfs/attrib.c
4447
rl[1].lcn = LCN_ENOENT;
fs/ntfs/attrib.c
5026
if (lcn == LCN_ENOENT)
fs/ntfs/attrib.c
5324
hole_rl[1].lcn = LCN_ENOENT;
fs/ntfs/attrib.c
554
else if (rl->lcn <= LCN_ENOENT)
fs/ntfs/debug.c
152
if (index > -LCN_ENOENT - 1)
fs/ntfs/iomap.c
212
} else if (lcn < LCN_ENOENT) {
fs/ntfs/lcnalloc.c
721
rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED;
fs/ntfs/runlist.c
1017
return LCN_ENOENT;
fs/ntfs/runlist.c
1033
return LCN_ENOENT;
fs/ntfs/runlist.c
1061
if (likely(rl->lcn == LCN_ENOENT))
fs/ntfs/runlist.c
1551
rl->lcn = LCN_ENOENT;
fs/ntfs/runlist.c
1598
rl->lcn = LCN_ENOENT;
fs/ntfs/runlist.c
1601
rl->lcn = LCN_ENOENT;
fs/ntfs/runlist.c
1693
if (!(dst_rl[dst_cnt - 1].lcn == LCN_ENOENT &&
fs/ntfs/runlist.c
1702
(i_rl->lcn == LCN_ENOENT && i_rl->vcn != start_vcn) ||
fs/ntfs/runlist.c
1703
(i_rl->lcn != LCN_ENOENT && !ntfs_rle_contain(i_rl, start_vcn)))
fs/ntfs/runlist.c
1730
dst_rl_split.lcn = LCN_ENOENT;
fs/ntfs/runlist.c
1811
!(dst_rl[dst_cnt - 1].lcn == LCN_ENOENT &&
fs/ntfs/runlist.c
1820
s_rl->lcn <= LCN_ENOENT ||
fs/ntfs/runlist.c
1828
e_rl->lcn <= LCN_ENOENT ||
fs/ntfs/runlist.c
1855
(*punch_rl)[punch_cnt].lcn = LCN_ENOENT;
fs/ntfs/runlist.c
1962
!(dst_rl[dst_cnt - 1].lcn == LCN_ENOENT &&
fs/ntfs/runlist.c
1971
s_rl->lcn <= LCN_ENOENT ||
fs/ntfs/runlist.c
1979
e_rl->lcn <= LCN_ENOENT ||
fs/ntfs/runlist.c
2004
(*punch_rl)[punch_cnt].lcn = LCN_ENOENT;
fs/ntfs/runlist.c
249
if (dst[marker].lcn == LCN_ENOENT)
fs/ntfs/runlist.c
432
if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT)
fs/ntfs/runlist.c
609
if (srl[send].lcn == LCN_ENOENT)
fs/ntfs/runlist.c
663
drl[ds].lcn = LCN_ENOENT;
fs/ntfs/runlist.c
671
if (drl[ds].lcn == LCN_ENOENT) {
fs/ntfs/runlist.c
700
drl[ds].lcn = LCN_ENOENT;
fs/ntfs/runlist.c
951
rl[rlpos].lcn = LCN_ENOENT;
fs/ntfs/super.c
1059
rl2[1].lcn = LCN_ENOENT;