HomeSort by: relevance | last modified time | path
    Searched defs:lfs_valloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_alloc.c 246 lfs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, function in typeref:typename:int
271 DLOG((DLOG_ALLOC, "lfs_valloc: allocate inode %" PRId64 "\n",
283 panic("lfs_valloc: inuse inode %" PRId64 " on the free list",
288 DLOG((DLOG_ALLOC, "lfs_valloc: headfree %" PRId64 " -> %ju\n",
313 * lfs_valloc will succeed.
346 * Called in the same context as lfs_valloc and therefore shares the
449 /* See comment in lfs_valloc */
457 * lfs_valloc will succeed.
  /src/sbin/fsck_lfs/
lfs.c 881 lfs_valloc(struct lfs *fs, ino_t ino) function in typeref:struct:uvnode *
898 panic("lfs_valloc: inuse inode %d on the free list", new_ino);
903 /* Extend IFILE so that the next lfs_valloc will succeed. */

Completed in 33 milliseconds