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

  /src/sys/fs/sysvbfs/
bfs.h 42 * |bfs_inode (64byte) * 8
44 * |bfs_inode
86 struct bfs_inode { struct
121 struct bfs_inode *inode;
130 struct bfs_inode *root_inode;
157 size_t bfs_file_size(const struct bfs_inode *);
164 bool bfs_inode_lookup(const struct bfs *, ino_t, struct bfs_inode **);
170 void bfs_inode_set_attr(const struct bfs *, struct bfs_inode *,
172 int bfs_inode_alloc(const struct bfs *, struct bfs_inode **, int *,

Completed in 11 milliseconds