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

  /src/sys/fs/sysvbfs/
bfs.c 251 if (!bfs_file_lookup(bfs, fname, &start, &end, &sz))
485 bfs_file_lookup(const struct bfs *bfs, const char *fname, int *start, int *end, function in typeref:typename:bool
732 if (bfs_file_lookup(bfs, file->name, &s, &e, &bytes))

Completed in 47 milliseconds