Home
last modified time | relevance | path

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

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