HomeSort by: relevance | last modified time | path
    Searched refs:bfs_inode_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/sysvbfs/
bfs.h 172 int bfs_inode_alloc(const struct bfs *, struct bfs_inode **, int *,
sysvbfs_vfsops.c 266 if (bfs_inode_alloc(bfs, 0, 0, &free_block) != 0)
bfs.c 368 if ((err = bfs_inode_alloc(bfs, &inode, &j, &start)) != 0)
593 bfs_inode_alloc(const struct bfs *bfs, struct bfs_inode **free_inode, function in typeref:typename:STATIC int

Completed in 13 milliseconds