Searched defs:bfs (Results 1 - 14 of 14) sorted by relevance

/src/sys/arch/ews4800mips/stand/common/
H A Dmem.c55 struct bfs *bfs; local in function:cmd_mem
[all...]
H A Ddiskutil.c102 struct bfs *bfs; local in function:bfs_ls
H A Dbootfs.c50 struct bfs *bfs; member in struct:bfs_file
H A Dprompt.c195 struct bfs *bfs; local in function:cmd_log_save
/src/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c78 sysvbfs_bfs_fini(struct bfs *bfs) argument
H A Dsysvbfs.h61 struct bfs *bfs; member in struct:sysvbfs_mount
H A Dbfs.h111 struct bfs { struct
[all...]
H A Dsysvbfs_vfsops.c261 struct bfs *bfs = bmp->bfs; local in function:sysvbfs_statvfs
321 struct bfs *bfs; local in function:sysvbfs_loadvnode
[all...]
H A Dbfs.c86 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 Dsysvbfs_vnops.c75 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 Ddisklabel_conv.c93 struct ux_partition *bfs; local in function:vtoc_set_default
/src/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c181 struct bfs_super_block *bfs = (void *)buf; local in function:bfs_newfs
/src/usr.bin/tftp/
H A Dtftpsubs.c66 } bfs[2]; variable in typeref:struct:bf[2]
[all...]
/src/sys/ufs/ffs/
H A Dffs_vfsops.c2414 struct fs *bfs; local in function:ffs_sbupdate

Completed in 18 milliseconds