Searched refs:LCN_ENOENT (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.h68 LCN_ENOENT = -3, enumerator in enum:__anon32451
H A Drunlist.c255 if (dst[marker].lcn == LCN_ENOENT)
441 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT)
613 if (srl[send].lcn == LCN_ENOENT)
665 "with LCN_ENOENT.",
668 drl[ds].lcn = LCN_ENOENT;
676 if (drl[ds].lcn == LCN_ENOENT) {
702 drl[ds].lcn = LCN_ENOENT;
888 * attribute so simply terminate the runlist with LCN_ENOENT).
919 rl[rlpos].lcn = LCN_ENOENT;
964 * LCN_ENOENT Ther
[all...]
H A Ddebug.c148 "LCN_ENOENT ", "LCN_unknown " };
164 if (index > -LCN_ENOENT - 1)
H A Dattrib.c332 * LCN_ENOENT There is no such vcn in the runlist, i.e. @vcn is out of bounds.
358 return LCN_ENOENT;
370 if (lcn != LCN_ENOENT)
395 lcn = LCN_ENOENT;
401 if (lcn != LCN_ENOENT)
499 if (likely(rl->lcn == LCN_ENOENT))
2099 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl &&
H A Dlcnalloc.c667 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED;
H A Daops.c315 if (err == -ENOENT || lcn == LCN_ENOENT) {
772 if (err == -ENOENT || lcn == LCN_ENOENT) {
H A Dfile.c784 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) {
808 * LCN_ENOENT. As long as the buffer is out
812 lcn = LCN_ENOENT;
H A Dsuper.c1146 rl2[1].lcn = LCN_ENOENT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Drunlist.h68 LCN_ENOENT = -3, enumerator in enum:__anon20758
H A Drunlist.c255 if (dst[marker].lcn == LCN_ENOENT)
441 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT)
613 if (srl[send].lcn == LCN_ENOENT)
665 "with LCN_ENOENT.",
668 drl[ds].lcn = LCN_ENOENT;
676 if (drl[ds].lcn == LCN_ENOENT) {
702 drl[ds].lcn = LCN_ENOENT;
888 * attribute so simply terminate the runlist with LCN_ENOENT).
919 rl[rlpos].lcn = LCN_ENOENT;
964 * LCN_ENOENT Ther
[all...]
H A Ddebug.c148 "LCN_ENOENT ", "LCN_unknown " };
164 if (index > -LCN_ENOENT - 1)
H A Dattrib.c332 * LCN_ENOENT There is no such vcn in the runlist, i.e. @vcn is out of bounds.
358 return LCN_ENOENT;
370 if (lcn != LCN_ENOENT)
395 lcn = LCN_ENOENT;
401 if (lcn != LCN_ENOENT)
499 if (likely(rl->lcn == LCN_ENOENT))
2099 (rl->lcn == LCN_ENOENT && rl > ni->runlist.rl &&
H A Dlcnalloc.c667 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED;
H A Daops.c315 if (err == -ENOENT || lcn == LCN_ENOENT) {
772 if (err == -ENOENT || lcn == LCN_ENOENT) {
H A Dfile.c784 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) {
808 * LCN_ENOENT. As long as the buffer is out
812 lcn = LCN_ENOENT;
H A Dsuper.c1146 rl2[1].lcn = LCN_ENOENT;

Completed in 267 milliseconds