Home
last modified time | relevance | path

Searched refs:ffs_inode_alloc (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/ufs/ffs/
Dffs_extern.h106 int ffs_inode_alloc(struct inode *, mode_t, struct ucred *, struct vnode **);
Dffs_vfsops.c94 .iv_inode_alloc = ffs_inode_alloc,
Dffs_alloc.c355 ffs_inode_alloc(struct inode *pip, mode_t mode, struct ucred *cred, in ffs_inode_alloc() function