<dec f='src/src/sys/ufs/lfs/lfs_extern.h' l='129' type='int lfs_valloc_fixed(struct lfs * , ino_t , int )'/>
<def f='src/src/sys/ufs/lfs/lfs_alloc.c' l='329' ll='400' type='int lfs_valloc_fixed(struct lfs * fs, ino_t ino, int vers)'/>
<doc f='src/src/sys/ufs/lfs/lfs_alloc.c' l='319'>/*
 * Allocate an inode for a new file, with given inode number and
 * version.
 *
 * Called in the same context as lfs_valloc and therefore shares the
 * same locking assumptions.
 *
 * XXX: WHICH MEANS IT OUGHT TO TAKE THE SEGLOCK WHILE FROBBING THIS
 * XXX: STUFF. REALLY.
 */</doc>
<use f='src/src/sys/ufs/lfs/lfs_vfsops.c' l='1779' u='c' c='lfs_newvnode'/>
