Searched refs:bfs_inode_alloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs.h | 172 int bfs_inode_alloc(const struct bfs *, struct bfs_inode **, int *,
|
H A D | bfs.c | 368 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 D | sysvbfs_vfsops.c | 266 if (bfs_inode_alloc(bfs, 0, 0, &free_block) != 0) in sysvbfs_statvfs()
|