bfs.c | 294 if ((err = bfs_file_create(bfs, name, buf, bufsz, &attr)) != 0) 303 if ((err = bfs_file_create(bfs, name, buf, bufsz, &attr)) != 0) 358 bfs_file_create(struct bfs *bfs, const char *fname, void *buf, size_t bufsz, function in typeref:typename:int
|