HomeSort by: relevance | last modified time | path
    Searched refs:bfs_inode (Results 1 - 8 of 8) 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 *,
sysvbfs.h 47 struct bfs_inode *inode;
bfs.c 80 STATIC bool bfs_writeback_inode(const struct bfs *, struct bfs_inode *);
167 sizeof(struct bfs_inode);
177 struct bfs_inode *inode, *root_inode;
185 bfs->inode = (struct bfs_inode *)(p + sizeof(struct bfs_super_block));
219 struct bfs_inode *inode = bfs->root_inode;
285 struct bfs_inode *inode;
313 struct bfs_inode *inode;
361 struct bfs_inode *inode;
440 struct bfs_inode *root_inode = bfs->root_inode;
472 bfs_writeback_inode(const struct bfs *bfs, struct bfs_inode *inode
    [all...]
sysvbfs_vnops.c 188 struct bfs_inode *inode = bnode->inode;
294 struct bfs_inode *inode = bnode->inode;
336 struct bfs_inode *inode = bnode->inode;
430 struct bfs_inode *inode = bnode->inode;
735 struct bfs_inode *inode = bnode->inode;
916 struct bfs_inode *inode = bnode->inode;
sysvbfs_vfsops.c 323 struct bfs_inode *inode;
  /src/sys/arch/ews4800mips/stand/common/
diskutil.c 104 struct bfs_inode *inode;
fileread_bfs.c 50 struct bfs_inode *inode = (void *)SDBOOT_INODEADDR;
  /src/sbin/newfs_sysvbfs/
newfs_sysvbfs.c 182 struct bfs_inode *inode = (void *)buf;

Completed in 16 milliseconds