Symbol: v7fs_ino_t
sbin/fsck_v7fs/datablock.c
155
v7fs_ino_t ino)
sbin/fsck_v7fs/datablock.c
190
v7fs_ino_t ino)
sbin/fsck_v7fs/datablock.c
369
datablock_dup_remove(struct v7fs_self *fs, v7fs_ino_t i, v7fs_ino_t j,
sbin/fsck_v7fs/datablock.c
373
v7fs_ino_t victim;
sbin/fsck_v7fs/datablock.c
49
static void datablock_dup_remove(struct v7fs_self *, v7fs_ino_t, v7fs_ino_t,
sbin/fsck_v7fs/datablock.c
53
v7fs_ino_t i;
sbin/fsck_v7fs/datablock.c
54
v7fs_ino_t j;
sbin/fsck_v7fs/datablock.c
96
v7fs_ino_t ino)
sbin/fsck_v7fs/fsck_v7fs.h
55
char *filename(struct v7fs_self *, v7fs_ino_t);
sbin/fsck_v7fs/inode.c
119
v7fs_ino_t ino)
sbin/fsck_v7fs/inode.c
56
v7fs_ino_t *f = sb->freeinode;
sbin/fsck_v7fs/inode.c
99
v7fs_inode_check(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/main.c
227
v7fs_ino_t ino;
sbin/fsck_v7fs/pathname.c
135
v7fs_ino_t target_ino;
sbin/fsck_v7fs/pathname.c
136
v7fs_ino_t parent_ino;
sbin/fsck_v7fs/pathname.c
141
struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
157
static v7fs_ino_t
sbin/fsck_v7fs/pathname.c
158
lookup_parent_from_file(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
198
static v7fs_ino_t
sbin/fsck_v7fs/pathname.c
210
pathname_check_file(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
212
v7fs_ino_t parent_ino;
sbin/fsck_v7fs/pathname.c
232
pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
234
v7fs_ino_t parent_ino;
sbin/fsck_v7fs/pathname.c
272
v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
304
filename(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
308
v7fs_ino_t parent;
sbin/fsck_v7fs/pathname.c
58
connect_lost_and_found(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/newfs_v7fs/main.c
112
v7fs_ino_t ino;
sys/fs/v7fs/v7fs.h
105
v7fs_ino_t freeinode[V7FS_MAX_FREEINODE]; /* cache. */
sys/fs/v7fs/v7fs.h
112
v7fs_ino_t total_freeinode;
sys/fs/v7fs/v7fs.h
134
v7fs_ino_t inode_number;
sys/fs/v7fs/v7fs_dirent.c
67
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_file.c
131
v7fs_ino_t *ino)
sys/fs/v7fs/v7fs_file.c
225
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_file.c
276
v7fs_ino_t ino, const char *srcname, size_t srclen)
sys/fs/v7fs/v7fs_file.c
70
const char *name, size_t namelen, v7fs_ino_t *ino)
sys/fs/v7fs/v7fs_file.h
38
v7fs_ino_t inode_number;
sys/fs/v7fs/v7fs_file.h
45
const char*, size_t, v7fs_ino_t *);
sys/fs/v7fs/v7fs_file.h
47
size_t, struct v7fs_fileattr *, v7fs_ino_t *);
sys/fs/v7fs/v7fs_file.h
50
int v7fs_directory_add_entry(struct v7fs_self *,struct v7fs_inode *, v7fs_ino_t,
sys/fs/v7fs/v7fs_file.h
59
const char *, v7fs_ino_t);
sys/fs/v7fs/v7fs_file.h
63
v7fs_ino_t, char *);
sys/fs/v7fs/v7fs_file_util.c
125
v7fs_ino_t from_ino, to_ino;
sys/fs/v7fs/v7fs_file_util.c
188
const char *name, v7fs_ino_t ino)
sys/fs/v7fs/v7fs_file_util.c
238
v7fs_ino_t ino, char *buf)
sys/fs/v7fs/v7fs_file_util.c
280
v7fs_ino_t parent_ino;
sys/fs/v7fs/v7fs_file_util.c
284
can_dirmove(struct v7fs_self *fs, v7fs_ino_t from_ino, v7fs_ino_t to_ino)
sys/fs/v7fs/v7fs_file_util.c
287
v7fs_ino_t parent;
sys/fs/v7fs/v7fs_file_util.c
64
static int can_dirmove(struct v7fs_self *, v7fs_ino_t, v7fs_ino_t);
sys/fs/v7fs/v7fs_inode.c
100
v7fs_inode_allocate(struct v7fs_self *fs, v7fs_ino_t *ino)
sys/fs/v7fs/v7fs_inode.c
103
v7fs_ino_t inode_number;
sys/fs/v7fs/v7fs_inode.c
139
v7fs_inode_deallocate(struct v7fs_self *fs, v7fs_ino_t ino)
sys/fs/v7fs/v7fs_inode.c
221
v7fs_inode_load(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t n)
sys/fs/v7fs/v7fs_inode.c
252
v7fs_ino_t ino = mem->inode_number;
sys/fs/v7fs/v7fs_inode.c
281
__unused, v7fs_ino_t n, v7fs_daddr_t *block,
sys/fs/v7fs/v7fs_inode.c
67
v7fs_ino_t, v7fs_daddr_t *, v7fs_daddr_t *);
sys/fs/v7fs/v7fs_inode.c
87
v7fs_inode_number_sanity(const struct v7fs_superblock *sb, v7fs_ino_t ino)
sys/fs/v7fs/v7fs_inode.h
37
v7fs_ino_t inode_number; /* inode location */
sys/fs/v7fs/v7fs_inode.h
71
int v7fs_inode_allocate(struct v7fs_self *, v7fs_ino_t *);
sys/fs/v7fs/v7fs_inode.h
72
void v7fs_inode_deallocate(struct v7fs_self *, v7fs_ino_t);
sys/fs/v7fs/v7fs_inode.h
75
int v7fs_inode_load(struct v7fs_self *, struct v7fs_inode *, v7fs_ino_t);
sys/fs/v7fs/v7fs_inode.h
81
int v7fs_inode_number_sanity(const struct v7fs_superblock *, v7fs_ino_t);
sys/fs/v7fs/v7fs_inode.h
89
struct v7fs_inode *, v7fs_ino_t), void *);
sys/fs/v7fs/v7fs_inode_util.c
97
int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t),
sys/fs/v7fs/v7fs_superblock.c
201
v7fs_ino_t *freeinode = sb->freeinode;
sys/fs/v7fs/v7fs_superblock.c
203
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_superblock.c
250
v7fs_ino_t *ifrom = from->freeinode;
sys/fs/v7fs/v7fs_superblock.c
251
v7fs_ino_t *ito = to->freeinode;
sys/fs/v7fs/v7fs_vfsops.c
435
v7fs_ino_t number;
sys/fs/v7fs/v7fs_vfsops.c
491
v7fs_ino_t number;
sys/fs/v7fs/v7fs_vnops.c
108
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_vnops.c
1282
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_vnops.c
213
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_vnops.c
275
v7fs_ino_t ino;
sys/fs/v7fs/v7fs_vnops.c
852
v7fs_ino_t ino;
usr.sbin/makefs/v7fs/v7fs_estimate.c
59
v7fs_ino_t ninode;
usr.sbin/makefs/v7fs/v7fs_populate.c
85
v7fs_ino_t ino;