Home
last modified time | relevance | path

Searched refs:v7fs_ino_t (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/sbin/fsck_v7fs/
Dpathname.c58 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 …]
Ddatablock.c49 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()
Dinode.c56 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()
Dfsck_v7fs.h55 char *filename(struct v7fs_self *, v7fs_ino_t);
Dmain.c227 v7fs_ino_t ino; in make_lost_and_found()
/netbsd/src/sys/fs/v7fs/
Dv7fs_file.h38 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 *);
Dv7fs_inode.h37 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 *);
Dv7fs_inode.c67 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()
Dv7fs_file_util.c64 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()
Dv7fs.h71 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;
Dv7fs_superblock.c201 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()
Dv7fs_file.c70 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()
Dv7fs_dirent.c67 v7fs_ino_t ino; in v7fs_dirent_endian_convert()
Dv7fs_inode_util.c97 int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t), in v7fs_ilist_foreach() argument
Dv7fs_vnops.c108 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()
Dv7fs_vfsops.c435 v7fs_ino_t number; in v7fs_loadvnode()
491 v7fs_ino_t number; in v7fs_vget()
/netbsd/src/usr.sbin/makefs/v7fs/
Dv7fs_estimate.c59 v7fs_ino_t ninode;
Dv7fs_populate.c85 v7fs_ino_t ino; in allocate()
/netbsd/src/sbin/newfs_v7fs/
Dmain.c112 v7fs_ino_t ino; in make_root()