| /src/sys/arch/ews4800mips/stand/common/ |
| H A D | mem.c | 55 struct bfs *bfs; local in function:cmd_mem [all...] |
| H A D | diskutil.c | 102 struct bfs *bfs; local in function:bfs_ls
|
| H A D | bootfs.c | 50 struct bfs *bfs; member in struct:bfs_file
|
| H A D | prompt.c | 195 struct bfs *bfs; local in function:cmd_log_save
|
| /src/sys/fs/sysvbfs/ |
| H A D | bfs_sysvbfs.c | 78 sysvbfs_bfs_fini(struct bfs *bfs) argument
|
| H A D | sysvbfs.h | 61 struct bfs *bfs; member in struct:sysvbfs_mount
|
| H A D | bfs.h | 111 struct bfs { struct [all...] |
| H A D | sysvbfs_vfsops.c | 261 struct bfs *bfs = bmp->bfs; local in function:sysvbfs_statvfs 321 struct bfs *bfs; local in function:sysvbfs_loadvnode [all...] |
| H A D | bfs.c | 86 struct bfs *bf local in function:bfs_init2 136 bfs_fini(struct bfs * bfs) argument 149 bfs_init_superblock(struct bfs * bfs,int bfs_sector,size_t * required_memory) argument 175 bfs_init_inode(struct bfs * bfs,uint8_t * p,size_t * required_memory) argument 216 bfs_init_dirent(struct bfs * bfs,uint8_t * p) argument 243 bfs_file_read(const struct bfs * bfs,const char * fname,void * buf,size_t bufsz,size_t * read_size) argument 274 bfs_file_write(struct bfs * bfs,const char * fname,void * buf,size_t bufsz) argument 311 bfs_file_delete(struct bfs * bfs,const char * fname,bool keep_inode) argument 337 bfs_file_rename(struct bfs * bfs,const char * from_name,const char * to_name) argument 358 bfs_file_create(struct bfs * bfs,const char * fname,void * buf,size_t bufsz,const struct bfs_fileattr * attr) argument 436 bfs_writeback_dirent(const struct bfs * bfs,struct bfs_dirent * dir,bool create) argument 472 bfs_writeback_inode(const struct bfs * bfs,struct bfs_inode * inode) argument 485 bfs_file_lookup(const struct bfs * bfs,const char * fname,int * start,int * end,size_t * size) argument 511 bfs_dirent_lookup_by_inode(const struct bfs * bfs,int inode,struct bfs_dirent ** dirent) argument 530 bfs_dirent_lookup_by_name(const struct bfs * bfs,const char * fname,struct bfs_dirent ** dirent) argument 550 bfs_inode_lookup(const struct bfs * bfs,ino_t n,struct bfs_inode ** iinode) argument 568 bfs_inode_delete(struct bfs * bfs,ino_t ino) argument 593 bfs_inode_alloc(const struct bfs * bfs,struct bfs_inode ** free_inode,int * free_inode_number,int * free_block) argument 643 bfs_inode_set_attr(const struct bfs * bfs,struct bfs_inode * inode,const struct bfs_fileattr * from) argument 673 bfs_dump(const struct bfs * bfs) argument [all...] |
| H A D | sysvbfs_vnops.c | 75 struct bfs *bfs = bnode->bmp->bfs; /* my filesystem */ local in function:sysvbfs_lookup 141 struct bfs *bfs = bmp->bfs; local in function:sysvbfs_create 338 struct bfs *bfs = bnode->bmp->bfs; local in function:sysvbfs_setattr 521 struct bfs *bfs = bmp->bfs; local in function:sysvbfs_remove 562 struct bfs *bfs = bnode->bmp->bfs; local in function:sysvbfs_rename 626 struct bfs *bfs = bnode->bmp->bfs; local in function:sysvbfs_readdir 705 struct bfs *bfs = bnode->bmp->bfs; local in function:sysvbfs_reclaim [all...] |
| /src/sys/arch/ews4800mips/ews4800mips/ |
| H A D | disklabel_conv.c | 93 struct ux_partition *bfs; local in function:vtoc_set_default
|
| /src/sbin/newfs_sysvbfs/ |
| H A D | newfs_sysvbfs.c | 181 struct bfs_super_block *bfs = (void *)buf; local in function:bfs_newfs
|
| /src/usr.bin/tftp/ |
| H A D | tftpsubs.c | 66 } bfs[2]; variable in typeref:struct:bf[2] [all...] |
| /src/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 2414 struct fs *bfs; local in function:ffs_sbupdate
|