| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_file.h | 44 int v7fs_file_lookup_by_name(struct v7fs_self *, struct v7fs_inode *, 46 int v7fs_file_allocate(struct v7fs_self *, struct v7fs_inode *, const char *, 48 int v7fs_file_deallocate(struct v7fs_self *, struct v7fs_inode *, const char *, 50 int v7fs_directory_add_entry(struct v7fs_self *,struct v7fs_inode *, v7fs_ino_t, 52 int v7fs_directory_remove_entry(struct v7fs_self *,struct v7fs_inode *, 56 int v7fs_file_rename(struct v7fs_self *, struct v7fs_inode *, const char *, 57 size_t, struct v7fs_inode *, const char *, size_t); 58 int v7fs_directory_replace_entry(struct v7fs_self *, struct v7fs_inode *, 60 int v7fs_file_link(struct v7fs_self *, struct v7fs_inode *, struct v7fs_inode *, 62 bool v7fs_file_lookup_by_number(struct v7fs_self *, struct v7fs_inode *, [all …]
|
| D | v7fs_inode.h | 36 struct v7fs_inode { struct 75 int v7fs_inode_load(struct v7fs_self *, struct v7fs_inode *, v7fs_ino_t); argument 76 int v7fs_inode_writeback(struct v7fs_self *, struct v7fs_inode *); 78 struct v7fs_inode *, struct v7fs_inode_diskimage *); 84 void v7fs_inode_chmod(struct v7fs_inode *, v7fs_mode_t); 85 void v7fs_inode_dump(const struct v7fs_inode *); 89 struct v7fs_inode *, v7fs_ino_t), void *);
|
| D | v7fs_datablock.h | 38 int v7fs_datablock_foreach(struct v7fs_self *, struct v7fs_inode *, 40 v7fs_daddr_t v7fs_datablock_last(struct v7fs_self *, struct v7fs_inode *, 42 int v7fs_datablock_expand(struct v7fs_self *, struct v7fs_inode *, size_t); 43 int v7fs_datablock_contract(struct v7fs_self *, struct v7fs_inode *, size_t); 44 int v7fs_datablock_size_change(struct v7fs_self *, size_t, struct v7fs_inode *);
|
| D | v7fs_file_util.c | 69 v7fs_file_link(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_link() 70 struct v7fs_inode *p, const char *name, size_t namelen) in v7fs_file_link() 88 v7fs_file_symlink(struct v7fs_self *fs, struct v7fs_inode *p, in v7fs_file_symlink() 121 v7fs_file_rename(struct v7fs_self *fs, struct v7fs_inode *parent_from, in v7fs_file_rename() 122 const char *from, size_t fromlen, struct v7fs_inode *parent_to, in v7fs_file_rename() 126 struct v7fs_inode inode; in v7fs_file_rename() 187 v7fs_directory_replace_entry(struct v7fs_self *fs, struct v7fs_inode *self_dir, in v7fs_directory_replace_entry() 237 v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_lookup_by_number() 286 struct v7fs_inode inode; in can_dirmove()
|
| D | v7fs_file.c | 69 v7fs_file_lookup_by_name(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_lookup_by_name() 129 v7fs_file_allocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_allocate() 133 struct v7fs_inode inode; in v7fs_file_allocate() 222 v7fs_file_deallocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_file_deallocate() 226 struct v7fs_inode inode; in v7fs_file_deallocate() 275 v7fs_directory_add_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_directory_add_entry() 278 struct v7fs_inode inode; in v7fs_directory_add_entry() 329 v7fs_directory_remove_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir, in v7fs_directory_remove_entry() 332 struct v7fs_inode inode; in v7fs_directory_remove_entry()
|
| D | v7fs_inode_util.c | 61 v7fs_inode_chmod(struct v7fs_inode *inode, v7fs_mode_t mode) in v7fs_inode_chmod() 72 v7fs_inode_dump(const struct v7fs_inode *p) in v7fs_inode_dump() 97 int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t), in v7fs_ilist_foreach() argument 108 struct v7fs_inode inode; in v7fs_ilist_foreach()
|
| D | v7fs_inode.c | 65 struct v7fs_inode *, struct v7fs_inode_diskimage *); 142 struct v7fs_inode inode; in v7fs_inode_deallocate() 162 struct v7fs_inode *mem, struct v7fs_inode_diskimage *disk) in v7fs_inode_setup_memory_image() 196 struct v7fs_inode *mem, struct v7fs_inode_diskimage *disk) in v7fs_inode_setup_disk_image() 221 v7fs_inode_load(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t n) in v7fs_inode_load() 249 v7fs_inode_writeback(struct v7fs_self *fs, struct v7fs_inode *mem) in v7fs_inode_writeback()
|
| D | v7fs_vnops.c | 98 struct v7fs_inode *parent = &parent_node->inode; in v7fs_lookup() 319 struct v7fs_inode *inode = &v7node->inode; in v7fs_open() 344 struct v7fs_inode *inode = &v7node->inode; in v7fs_close() 381 struct v7fs_inode *inode = &v7node->inode; in v7fs_check_permitted() 419 struct v7fs_inode *inode = &v7node->inode; in v7fs_getattr() 467 struct v7fs_inode *inode = &v7node->inode; in v7fs_setattr() 586 struct v7fs_inode *inode = &v7node->inode; in v7fs_read() 622 struct v7fs_inode *inode = &v7node->inode; in v7fs_write() 700 struct v7fs_inode *inode = &((struct v7fs_node *)vp->v_data)->inode; in v7fs_remove() 744 struct v7fs_inode *parent = &parent_node->inode; in v7fs_link() [all …]
|
| D | v7fs_datablock.c | 253 v7fs_datablock_foreach(struct v7fs_self *fs, struct v7fs_inode *p, in v7fs_datablock_foreach() 360 v7fs_datablock_last(struct v7fs_self *fs, struct v7fs_inode *inode, in v7fs_datablock_last() 394 v7fs_datablock_expand(struct v7fs_self *fs, struct v7fs_inode *inode, size_t sz) in v7fs_datablock_expand() 409 struct v7fs_inode backup = *inode; in v7fs_datablock_expand() 547 v7fs_datablock_contract(struct v7fs_self *fs, struct v7fs_inode *inode, in v7fs_datablock_contract() 705 struct v7fs_inode *inode) in v7fs_datablock_size_change()
|
| D | v7fs_extern.h | 53 struct v7fs_inode inode; /* filesystem dependent implementation */
|
| D | files.v7fs | 10 file fs/v7fs/v7fs_inode.c v7fs
|
| D | v7fs_vfsops.c | 434 struct v7fs_inode inode; in v7fs_loadvnode()
|
| /netbsd/src/sbin/fsck_v7fs/ |
| D | pathname.c | 80 struct v7fs_inode *parent; 101 struct v7fs_inode inode; in lookup_child_subr() 123 lookup_child_from_dir(struct v7fs_self *fs, struct v7fs_inode *p, bool print) in lookup_child_from_dir() 141 struct v7fs_inode *p, v7fs_ino_t ino) in lookup_parent_from_file_subr() 199 lookup_parent_from_dir(struct v7fs_self *fs, struct v7fs_inode *p) in lookup_parent_from_dir() 210 pathname_check_file(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_file() 213 struct v7fs_inode parent_inode; in pathname_check_file() 232 pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_dir() 235 struct v7fs_inode parent_inode; in pathname_check_dir() 271 pathname_subr(struct v7fs_self *fs, void *ctx __unused, struct v7fs_inode *p, in pathname_subr() [all …]
|
| D | main.c | 53 static int make_lost_and_found(struct v7fs_self *, struct v7fs_inode *); 55 struct v7fs_inode lost_and_found; 223 make_lost_and_found(struct v7fs_self *fs, struct v7fs_inode *p) in make_lost_and_found() 225 struct v7fs_inode root_inode; in make_lost_and_found()
|
| D | datablock.c | 95 inode_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p, in inode_subr() 154 loopover_j(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p, in loopover_j() 189 loopover_i(struct v7fs_self *fs, void *ctx, struct v7fs_inode *inode, in loopover_i() 239 replace_block_direct(struct v7fs_self *fs, struct v7fs_inode *p, int dupidx, in replace_block_direct() 321 do_replace(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_daddr_t dupblk, in do_replace() 372 struct v7fs_inode inode; in datablock_dup_remove()
|
| D | inode.c | 99 v7fs_inode_check(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in v7fs_inode_check() 118 ilistcheck_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p, in ilistcheck_subr()
|
| D | fsck_v7fs.h | 77 extern struct v7fs_inode lost_and_found;
|
| D | Makefile | 8 v7fs_datablock.c v7fs_io.c v7fs_superblock.c v7fs_inode.c v7fs_file.c \
|
| /netbsd/src/usr.sbin/makefs/v7fs/ |
| D | v7fs_populate.c | 81 allocate(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node, in allocate() 82 dev_t dev, struct v7fs_inode *inode) in allocate() 133 file_copy(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node, in file_copy() 136 struct v7fs_inode inode; in file_copy() 194 populate_walk(struct v7fs_self *fs, struct v7fs_inode *parent_inode, in populate_walk() 200 struct v7fs_inode inode; in populate_walk() 263 struct v7fs_inode root_inode; in v7fs_populate()
|
| D | Makefile.inc | 12 SRCS += v7fs_endian.c v7fs_superblock.c v7fs_superblock_util.c v7fs_inode.c \
|
| /netbsd/src/sys/rump/fs/lib/libv7fs/ |
| D | Makefile | 9 SRCS= v7fs_endian.c v7fs_superblock.c v7fs_inode.c v7fs_dirent.c \
|
| /netbsd/src/sys/modules/v7fs/ |
| D | Makefile | 12 SRCS+= v7fs_inode.c
|
| /netbsd/src/sbin/newfs_v7fs/ |
| D | Makefile | 8 SRCS= newfs_v7fs.c main.c v7fs_endian.c v7fs_superblock.c v7fs_inode.c \
|
| D | main.c | 101 struct v7fs_inode inode; in make_root()
|