Symbol: LFS_UNUSED_INUM
sbin/fsck_lfs/lfs.c
923
if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {
sbin/newfs_lfs/make_lfs.c
879
ip64->if_nextfree = LFS_UNUSED_INUM;
sbin/newfs_lfs/make_lfs.c
888
ip32->if_nextfree = LFS_UNUSED_INUM;
sbin/newfs_lfs/make_lfs.c
897
ip_v1->if_nextfree = LFS_UNUSED_INUM;
sys/ufs/lfs/lfs.h
640
(ino == LFS_UNUSED_INUM || ino == LFS_ORPHAN_NEXTFREE(fs))
sys/ufs/lfs/lfs_accessors.h
1014
if ((VAL) == LFS_UNUSED_INUM) \
sys/ufs/lfs/lfs_accessors.h
1033
if ((VAL) == LFS_UNUSED_INUM) \
sys/ufs/lfs/lfs_alloc.c
1047
if (lfs_if_getnextfree(fs, ifp) == LFS_UNUSED_INUM
sys/ufs/lfs/lfs_alloc.c
1085
while (thisino != LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
1092
if (nextfree == LFS_UNUSED_INUM)
sys/ufs/lfs/lfs_alloc.c
180
if (tail == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
184
KASSERTMSG((lfs_sb_getfreehd(fs) != LFS_UNUSED_INUM),
sys/ufs/lfs/lfs_alloc.c
270
KASSERT(*ino != LFS_UNUSED_INUM && *ino != LFS_IFILE_INUM);
sys/ufs/lfs/lfs_alloc.c
307
lfs_if_setnextfree(fs, ifp, LFS_UNUSED_INUM);
sys/ufs/lfs/lfs_alloc.c
310
if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
324
KASSERTMSG((lfs_sb_getfreehd(fs) != LFS_UNUSED_INUM),
sys/ufs/lfs/lfs_alloc.c
408
while (thisino != LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
414
nextfree == LFS_UNUSED_INUM)
sys/ufs/lfs/lfs_alloc.c
427
if (nextfree == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
448
lfs_if_setnextfree(fs, ifp, LFS_UNUSED_INUM);
sys/ufs/lfs/lfs_alloc.c
453
if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
468
KASSERTMSG((lfs_sb_getfreehd(fs) != LFS_UNUSED_INUM),
sys/ufs/lfs/lfs_alloc.c
492
for (ino = maxino - 1; ino > LFS_UNUSED_INUM; --ino) {
sys/ufs/lfs/lfs_alloc.c
510
if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
512
return LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_alloc.c
517
for (tino = ino - 1; tino >= bound && tino > LFS_UNUSED_INUM; tino--)
sys/ufs/lfs/lfs_alloc.c
522
return LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_alloc.c
533
return LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_alloc.c
537
tino > LFS_UNUSED_INUM; tino--)
sys/ufs/lfs/lfs_alloc.c
543
tino = LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_alloc.c
572
KASSERTMSG((ino != LFS_UNUSED_INUM), "inode 0 freed");
sys/ufs/lfs/lfs_alloc.c
682
lfs_if_setnextfree(fs, ifp, LFS_UNUSED_INUM);
sys/ufs/lfs/lfs_alloc.c
692
if (tino == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
712
if (otail == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
744
if (onf == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
807
firstino = lastino = LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_alloc.c
816
if (ino == LFS_UNUSED_INUM || ino == LFS_IFILE_INUM)
sys/ufs/lfs/lfs_alloc.c
857
if (firstino == LFS_UNUSED_INUM) {
sys/ufs/lfs/lfs_alloc.c
976
KASSERT(nextfree == LFS_UNUSED_INUM);
sys/ufs/lfs/lfs_syscalls.c
264
lastino = LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_syscalls.c
300
lastino = LFS_UNUSED_INUM;
sys/ufs/lfs/lfs_syscalls.c
697
lastino = LFS_UNUSED_INUM;