Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.h172 int bfs_inode_alloc(const struct bfs *, struct bfs_inode **, int *,
H A Dbfs.c368 if ((err = bfs_inode_alloc(bfs, &inode, &j, &start)) != 0) in bfs_file_create()
593 bfs_inode_alloc(const struct bfs *bfs, struct bfs_inode **free_inode, in bfs_inode_alloc() function
H A Dsysvbfs_vfsops.c266 if (bfs_inode_alloc(bfs, 0, 0, &free_block) != 0) in sysvbfs_statvfs()