Home
last modified time | relevance | path

Searched refs:lfs_valloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dlfs_user.h93 struct uvnode *lfs_valloc(struct lfs *, ino_t);
H A Dinode.c626 vp = lfs_valloc(fs, ino); in allocino()
H A Dlfs.c881 lfs_valloc(struct lfs *fs, ino_t ino) in lfs_valloc() function
/netbsd-src/sys/ufs/lfs/
H A Dlfs_extern.h127 int lfs_valloc(struct vnode *, int, kauth_cred_t, ino_t *, int *);
H A Dlfs_alloc.c234 lfs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, in lfs_valloc() function
H A Dlfs_vfsops.c1797 error = lfs_valloc(dvp, mode, cred, &ino, &gen); in lfs_newvnode()