| /netbsd/src/sbin/fsck_v7fs/ |
| D | pathname.c | 58 connect_lost_and_found(struct v7fs_self *fs, v7fs_ino_t ino) in connect_lost_and_found() 135 v7fs_ino_t target_ino; 136 v7fs_ino_t parent_ino; 141 struct v7fs_inode *p, v7fs_ino_t ino) in lookup_parent_from_file_subr() 157 static v7fs_ino_t 158 lookup_parent_from_file(struct v7fs_self *fs, v7fs_ino_t ino) in lookup_parent_from_file() 198 static v7fs_ino_t 210 pathname_check_file(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_file() 212 v7fs_ino_t parent_ino; in pathname_check_file() 232 pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in pathname_check_dir() [all …]
|
| D | datablock.c | 49 static void datablock_dup_remove(struct v7fs_self *, v7fs_ino_t, v7fs_ino_t, 53 v7fs_ino_t i; 54 v7fs_ino_t j; 96 v7fs_ino_t ino) in inode_subr() 155 v7fs_ino_t ino) in loopover_j() 190 v7fs_ino_t ino) in loopover_i() 369 datablock_dup_remove(struct v7fs_self *fs, v7fs_ino_t i, v7fs_ino_t j, in datablock_dup_remove() 373 v7fs_ino_t victim; in datablock_dup_remove()
|
| D | inode.c | 56 v7fs_ino_t *f = sb->freeinode; in freeinode_check() 99 v7fs_inode_check(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino) in v7fs_inode_check() 119 v7fs_ino_t ino) in ilistcheck_subr()
|
| D | fsck_v7fs.h | 55 char *filename(struct v7fs_self *, v7fs_ino_t);
|
| D | main.c | 227 v7fs_ino_t ino; in make_lost_and_found()
|
| /netbsd/src/sys/fs/v7fs/ |
| D | v7fs_file.h | 38 v7fs_ino_t inode_number; 45 const char*, size_t, v7fs_ino_t *); 47 size_t, struct v7fs_fileattr *, v7fs_ino_t *); 50 int v7fs_directory_add_entry(struct v7fs_self *,struct v7fs_inode *, v7fs_ino_t, 59 const char *, v7fs_ino_t); 63 v7fs_ino_t, char *);
|
| D | v7fs_inode.h | 37 v7fs_ino_t inode_number; /* inode location */ 71 int v7fs_inode_allocate(struct v7fs_self *, v7fs_ino_t *); 72 void v7fs_inode_deallocate(struct v7fs_self *, v7fs_ino_t); 75 int v7fs_inode_load(struct v7fs_self *, struct v7fs_inode *, v7fs_ino_t); 81 int v7fs_inode_number_sanity(const struct v7fs_superblock *, v7fs_ino_t); 89 struct v7fs_inode *, v7fs_ino_t), void *);
|
| D | v7fs_inode.c | 67 v7fs_ino_t, v7fs_daddr_t *, v7fs_daddr_t *); 87 v7fs_inode_number_sanity(const struct v7fs_superblock *sb, v7fs_ino_t ino) in v7fs_inode_number_sanity() 100 v7fs_inode_allocate(struct v7fs_self *fs, v7fs_ino_t *ino) in v7fs_inode_allocate() 103 v7fs_ino_t inode_number; in v7fs_inode_allocate() 139 v7fs_inode_deallocate(struct v7fs_self *fs, v7fs_ino_t ino) in v7fs_inode_deallocate() 221 v7fs_inode_load(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t n) in v7fs_inode_load() 252 v7fs_ino_t ino = mem->inode_number; in v7fs_inode_writeback() 281 __unused, v7fs_ino_t n, v7fs_daddr_t *block, in v7fs_inode_inquire_disk_location()
|
| D | v7fs_file_util.c | 64 static int can_dirmove(struct v7fs_self *, v7fs_ino_t, v7fs_ino_t); 125 v7fs_ino_t from_ino, to_ino; in v7fs_file_rename() 188 const char *name, v7fs_ino_t ino) in v7fs_directory_replace_entry() 238 v7fs_ino_t ino, char *buf) in v7fs_file_lookup_by_number() 280 v7fs_ino_t parent_ino; 284 can_dirmove(struct v7fs_self *fs, v7fs_ino_t from_ino, v7fs_ino_t to_ino) in can_dirmove() 287 v7fs_ino_t parent; in can_dirmove()
|
| D | v7fs.h | 71 typedef uint16_t v7fs_ino_t; typedef 105 v7fs_ino_t freeinode[V7FS_MAX_FREEINODE]; /* cache. */ 112 v7fs_ino_t total_freeinode; 134 v7fs_ino_t inode_number;
|
| D | v7fs_superblock.c | 201 v7fs_ino_t *freeinode = sb->freeinode; in v7fs_freeinode_update() 203 v7fs_ino_t ino; in v7fs_freeinode_update() 250 v7fs_ino_t *ifrom = from->freeinode; in v7fs_superblock_endian_convert() 251 v7fs_ino_t *ito = to->freeinode; in v7fs_superblock_endian_convert()
|
| D | v7fs_file.c | 70 const char *name, size_t namelen, v7fs_ino_t *ino) in v7fs_file_lookup_by_name() 131 v7fs_ino_t *ino) in v7fs_file_allocate() 225 v7fs_ino_t ino; in v7fs_file_deallocate() 276 v7fs_ino_t ino, const char *srcname, size_t srclen) in v7fs_directory_add_entry()
|
| D | v7fs_dirent.c | 67 v7fs_ino_t ino; in v7fs_dirent_endian_convert()
|
| D | v7fs_inode_util.c | 97 int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t), in v7fs_ilist_foreach() argument
|
| D | v7fs_vnops.c | 108 v7fs_ino_t ino; in v7fs_lookup() 213 v7fs_ino_t ino; in v7fs_create() 275 v7fs_ino_t ino; in v7fs_mknod() 852 v7fs_ino_t ino; in v7fs_mkdir() 1282 v7fs_ino_t ino; in v7fs_symlink()
|
| D | v7fs_vfsops.c | 435 v7fs_ino_t number; in v7fs_loadvnode() 491 v7fs_ino_t number; in v7fs_vget()
|
| /netbsd/src/usr.sbin/makefs/v7fs/ |
| D | v7fs_estimate.c | 59 v7fs_ino_t ninode;
|
| D | v7fs_populate.c | 85 v7fs_ino_t ino; in allocate()
|
| /netbsd/src/sbin/newfs_v7fs/ |
| D | main.c | 112 v7fs_ino_t ino; in make_root()
|