HomeSort by: relevance | last modified time | path
    Searched refs:LFS_UNUSED_INUM (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_alloc.c 180 if (tail == LFS_UNUSED_INUM) {
184 KASSERTMSG((lfs_sb_getfreehd(fs) != LFS_UNUSED_INUM),
270 KASSERT(*ino != LFS_UNUSED_INUM && *ino != LFS_IFILE_INUM);
307 lfs_if_setnextfree(fs, ifp, LFS_UNUSED_INUM);
310 if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {
324 KASSERTMSG((lfs_sb_getfreehd(fs) != LFS_UNUSED_INUM),
408 while (thisino != LFS_UNUSED_INUM) {
414 nextfree == LFS_UNUSED_INUM)
427 if (nextfree == LFS_UNUSED_INUM) {
448 lfs_if_setnextfree(fs, ifp, LFS_UNUSED_INUM);
    [all...]
lfs_syscalls.c 275 lastino = LFS_UNUSED_INUM;
671 lastino = LFS_UNUSED_INUM;
lfs.h 175 #define LFS_UNUSED_INUM 0 /* 0: out of band inode number */
639 (ino == LFS_UNUSED_INUM || ino == LFS_ORPHAN_NEXTFREE(fs))
lfs_accessors.h 999 if ((VAL) == LFS_UNUSED_INUM) \
1017 if ((VAL) == LFS_UNUSED_INUM) \
  /src/sbin/newfs_lfs/
make_lfs.c 887 ip64->if_nextfree = LFS_UNUSED_INUM;
896 ip32->if_nextfree = LFS_UNUSED_INUM;
905 ip_v1->if_nextfree = LFS_UNUSED_INUM;
  /src/sbin/fsck_lfs/
lfs.c 929 if (lfs_sb_getfreehd(fs) == LFS_UNUSED_INUM) {

Completed in 19 milliseconds