Searched defs:bfs (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs.h | 111 struct bfs { struct 114 struct bfs_super_block *super_block; argument 121 struct bfs_inode *inode; argument 126 struct bfs_dirent *dirent; argument 130 struct bfs_inode *root_inode; argument 147 int bfs_init2(struct bfs **, int, struct sector_io_ops *, bool); argument
|
H A D | bfs.c | 86 struct bfs *bfs; in bfs_init2() local 136 bfs_fini(struct bfs *bfs) in bfs_fini() 149 bfs_init_superblock(struct bfs *bfs, int bfs_sector, size_t *required_memory) in bfs_init_superblock() 175 bfs_init_inode(struct bfs *bfs, uint8_t *p, size_t *required_memory) in bfs_init_inode() 216 bfs_init_dirent(struct bfs *bfs, uint8_t *p) in bfs_init_dirent() 243 bfs_file_read(const struct bfs *bfs, const char *fname, void *buf, size_t bufsz, in bfs_file_read() 274 bfs_file_write(struct bfs *bfs, const char *fname, void *buf, in bfs_file_write() 311 bfs_file_delete(struct bfs *bfs, const char *fname, bool keep_inode) in bfs_file_delete() 337 bfs_file_rename(struct bfs *bfs, const char *from_name, const char *to_name) in bfs_file_rename() 358 bfs_file_create(struct bfs *bfs, const char *fname, void *buf, size_t bufsz, in bfs_file_create() [all …]
|
H A D | sysvbfs_vnops.c | 75 struct bfs *bfs = bnode->bmp->bfs; /* my filesystem */ in sysvbfs_lookup() local 141 struct bfs *bfs = bmp->bfs; in sysvbfs_create() local 338 struct bfs *bfs = bnode->bmp->bfs; in sysvbfs_setattr() local 521 struct bfs *bfs = bmp->bfs; in sysvbfs_remove() local 562 struct bfs *bfs = bnode->bmp->bfs; in sysvbfs_rename() local 626 struct bfs *bfs = bnode->bmp->bfs; in sysvbfs_readdir() local 705 struct bfs *bfs = bnode->bmp->bfs; in sysvbfs_reclaim() local
|
H A D | sysvbfs_vfsops.c | 261 struct bfs *bfs = bmp->bfs; in sysvbfs_statvfs() local 321 struct bfs *bfs; in sysvbfs_loadvnode() local
|
H A D | sysvbfs.h | 61 struct bfs *bfs; member
|
H A D | bfs_sysvbfs.c | 78 sysvbfs_bfs_fini(struct bfs *bfs) in sysvbfs_bfs_fini()
|
/netbsd-src/sbin/newfs_sysvbfs/ |
H A D | newfs_sysvbfs.c | 181 struct bfs_super_block *bfs = (void *)buf; in bfs_newfs() local
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | mem.c | 55 struct bfs *bfs; in cmd_mem() local
|
H A D | diskutil.c | 102 struct bfs *bfs; in bfs_ls() local
|
H A D | prompt.c | 195 struct bfs *bfs; in cmd_log_save() local
|
H A D | bootfs.c | 50 struct bfs *bfs; member
|
/netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
H A D | disklabel_conv.c | 93 struct ux_partition *bfs; in vtoc_set_default() local
|
/netbsd-src/usr.bin/tftp/ |
H A D | tftpsubs.c | 66 } bfs[2]; variable
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 2423 struct fs *bfs = (struct fs *)bp->b_data; ffs_sbupdate() local
|