HomeSort by: relevance | last modified time | path
    Searched defs:bfs_init_dirent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/sysvbfs/
bfs.c 74 STATIC int bfs_init_dirent(struct bfs *, uint8_t *);
122 if ((err = bfs_init_dirent(bfs, p)) != 0) {
216 bfs_init_dirent(struct bfs *bfs, uint8_t *p) function in typeref:typename:STATIC int
bfs.c 74 STATIC int bfs_init_dirent(struct bfs *, uint8_t *);
122 if ((err = bfs_init_dirent(bfs, p)) != 0) {
216 bfs_init_dirent(struct bfs *bfs, uint8_t *p) function in typeref:typename:STATIC int

Completed in 22 milliseconds