Searched refs:bfs_inode (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs.h | 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 *,
|
H A D | bfs.c | 80 STATIC bool bfs_writeback_inode(const struct bfs *, struct bfs_inode *); 167 sizeof(struct bfs_inode); in bfs_init_superblock() 177 struct bfs_inode *inode, *root_inode; in bfs_init_inode() 185 bfs->inode = (struct bfs_inode *)(p + sizeof(struct bfs_super_block)); in bfs_init_inode() 219 struct bfs_inode *inode = bfs->root_inode; in bfs_init_dirent() 285 struct bfs_inode *inode; in bfs_file_write() 313 struct bfs_inode *inode; in bfs_file_delete() 361 struct bfs_inode *inode; in bfs_file_create() 440 struct bfs_inode *root_inode = bfs->root_inode; in bfs_writeback_dirent() 472 bfs_writeback_inode(const struct bfs *bfs, struct bfs_inode *inode) in bfs_writeback_inode() [all …]
|
H A D | sysvbfs_vnops.c | 188 struct bfs_inode *inode = bnode->inode; in sysvbfs_open() 294 struct bfs_inode *inode = bnode->inode; in sysvbfs_getattr() 336 struct bfs_inode *inode = bnode->inode; in sysvbfs_setattr() 430 struct bfs_inode *inode = bnode->inode; in sysvbfs_read() 735 struct bfs_inode *inode = bnode->inode; in sysvbfs_bmap() 916 struct bfs_inode *inode = bnode->inode; in sysvbfs_file_setsize()
|
H A D | sysvbfs.h | 47 struct bfs_inode *inode;
|
H A D | sysvbfs_vfsops.c | 323 struct bfs_inode *inode; in sysvbfs_loadvnode()
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | diskutil.c | 104 struct bfs_inode *inode; in bfs_ls()
|
H A D | fileread_bfs.c | 50 struct bfs_inode *inode = (void *)SDBOOT_INODEADDR; in fileread()
|
/netbsd-src/sbin/newfs_sysvbfs/ |
H A D | newfs_sysvbfs.c | 182 struct bfs_inode *inode = (void *)buf; in bfs_newfs()
|