Symbol: v7fs_inode
sbin/fsck_v7fs/datablock.c
154
loopover_j(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
sbin/fsck_v7fs/datablock.c
189
loopover_i(struct v7fs_self *fs, void *ctx, struct v7fs_inode *inode,
sbin/fsck_v7fs/datablock.c
239
replace_block_direct(struct v7fs_self *fs, struct v7fs_inode *p, int dupidx,
sbin/fsck_v7fs/datablock.c
321
do_replace(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_daddr_t dupblk,
sbin/fsck_v7fs/datablock.c
372
struct v7fs_inode inode;
sbin/fsck_v7fs/datablock.c
95
inode_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
sbin/fsck_v7fs/fsck_v7fs.h
77
extern struct v7fs_inode lost_and_found;
sbin/fsck_v7fs/inode.c
118
ilistcheck_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
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
223
make_lost_and_found(struct v7fs_self *fs, struct v7fs_inode *p)
sbin/fsck_v7fs/main.c
225
struct v7fs_inode root_inode;
sbin/fsck_v7fs/main.c
53
static int make_lost_and_found(struct v7fs_self *, struct v7fs_inode *);
sbin/fsck_v7fs/main.c
55
struct v7fs_inode lost_and_found;
sbin/fsck_v7fs/pathname.c
101
struct v7fs_inode inode;
sbin/fsck_v7fs/pathname.c
123
lookup_child_from_dir(struct v7fs_self *fs, struct v7fs_inode *p, bool print)
sbin/fsck_v7fs/pathname.c
141
struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
199
lookup_parent_from_dir(struct v7fs_self *fs, struct v7fs_inode *p)
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
213
struct v7fs_inode parent_inode;
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
235
struct v7fs_inode parent_inode;
sbin/fsck_v7fs/pathname.c
271
pathname_subr(struct v7fs_self *fs, void *ctx __unused, struct v7fs_inode *p,
sbin/fsck_v7fs/pathname.c
307
struct v7fs_inode inode;
sbin/fsck_v7fs/pathname.c
80
struct v7fs_inode *parent;
sbin/newfs_v7fs/main.c
101
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_datablock.c
253
v7fs_datablock_foreach(struct v7fs_self *fs, struct v7fs_inode *p,
sys/fs/v7fs/v7fs_datablock.c
360
v7fs_datablock_last(struct v7fs_self *fs, struct v7fs_inode *inode,
sys/fs/v7fs/v7fs_datablock.c
394
v7fs_datablock_expand(struct v7fs_self *fs, struct v7fs_inode *inode, size_t sz)
sys/fs/v7fs/v7fs_datablock.c
409
struct v7fs_inode backup = *inode;
sys/fs/v7fs/v7fs_datablock.c
547
v7fs_datablock_contract(struct v7fs_self *fs, struct v7fs_inode *inode,
sys/fs/v7fs/v7fs_datablock.c
705
struct v7fs_inode *inode)
sys/fs/v7fs/v7fs_datablock.h
38
int v7fs_datablock_foreach(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_datablock.h
40
v7fs_daddr_t v7fs_datablock_last(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_datablock.h
42
int v7fs_datablock_expand(struct v7fs_self *, struct v7fs_inode *, size_t);
sys/fs/v7fs/v7fs_datablock.h
43
int v7fs_datablock_contract(struct v7fs_self *, struct v7fs_inode *, size_t);
sys/fs/v7fs/v7fs_datablock.h
44
int v7fs_datablock_size_change(struct v7fs_self *, size_t, struct v7fs_inode *);
sys/fs/v7fs/v7fs_extern.h
53
struct v7fs_inode inode; /* filesystem dependent implementation */
sys/fs/v7fs/v7fs_file.c
129
v7fs_file_allocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.c
133
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file.c
222
v7fs_file_deallocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.c
226
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file.c
275
v7fs_directory_add_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.c
278
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file.c
329
v7fs_directory_remove_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.c
332
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file.c
69
v7fs_file_lookup_by_name(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.h
44
int v7fs_file_lookup_by_name(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_file.h
46
int v7fs_file_allocate(struct v7fs_self *, struct v7fs_inode *, const char *,
sys/fs/v7fs/v7fs_file.h
48
int v7fs_file_deallocate(struct v7fs_self *, struct v7fs_inode *, const char *,
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
52
int v7fs_directory_remove_entry(struct v7fs_self *,struct v7fs_inode *,
sys/fs/v7fs/v7fs_file.h
56
int v7fs_file_rename(struct v7fs_self *, struct v7fs_inode *, const char *,
sys/fs/v7fs/v7fs_file.h
57
size_t, struct v7fs_inode *, const char *, size_t);
sys/fs/v7fs/v7fs_file.h
58
int v7fs_directory_replace_entry(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_file.h
60
int v7fs_file_link(struct v7fs_self *, struct v7fs_inode *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_file.h
62
bool v7fs_file_lookup_by_number(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_file.h
64
int v7fs_file_symlink(struct v7fs_self *, struct v7fs_inode *, const char *);
sys/fs/v7fs/v7fs_file_util.c
121
v7fs_file_rename(struct v7fs_self *fs, struct v7fs_inode *parent_from,
sys/fs/v7fs/v7fs_file_util.c
122
const char *from, size_t fromlen, struct v7fs_inode *parent_to,
sys/fs/v7fs/v7fs_file_util.c
126
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file_util.c
187
v7fs_directory_replace_entry(struct v7fs_self *fs, struct v7fs_inode *self_dir,
sys/fs/v7fs/v7fs_file_util.c
237
v7fs_file_lookup_by_number(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file_util.c
286
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_file_util.c
69
v7fs_file_link(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file_util.c
70
struct v7fs_inode *p, const char *name, size_t namelen)
sys/fs/v7fs/v7fs_file_util.c
88
v7fs_file_symlink(struct v7fs_self *fs, struct v7fs_inode *p,
sys/fs/v7fs/v7fs_inode.c
142
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_inode.c
162
struct v7fs_inode *mem, struct v7fs_inode_diskimage *disk)
sys/fs/v7fs/v7fs_inode.c
196
struct v7fs_inode *mem, struct v7fs_inode_diskimage *disk)
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
249
v7fs_inode_writeback(struct v7fs_self *fs, struct v7fs_inode *mem)
sys/fs/v7fs/v7fs_inode.c
65
struct v7fs_inode *, struct v7fs_inode_diskimage *);
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
76
int v7fs_inode_writeback(struct v7fs_self *, struct v7fs_inode *);
sys/fs/v7fs/v7fs_inode.h
78
struct v7fs_inode *, struct v7fs_inode_diskimage *);
sys/fs/v7fs/v7fs_inode.h
84
void v7fs_inode_chmod(struct v7fs_inode *, v7fs_mode_t);
sys/fs/v7fs/v7fs_inode.h
85
void v7fs_inode_dump(const struct v7fs_inode *);
sys/fs/v7fs/v7fs_inode.h
89
struct v7fs_inode *, v7fs_ino_t), void *);
sys/fs/v7fs/v7fs_inode_util.c
108
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_inode_util.c
61
v7fs_inode_chmod(struct v7fs_inode *inode, v7fs_mode_t mode)
sys/fs/v7fs/v7fs_inode_util.c
72
v7fs_inode_dump(const struct v7fs_inode *p)
sys/fs/v7fs/v7fs_inode_util.c
97
int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t),
sys/fs/v7fs/v7fs_vfsops.c
434
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_vnops.c
1038
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
1062
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
1096
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
1236
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
1313
struct v7fs_inode *p = &newnode->inode;
sys/fs/v7fs/v7fs_vnops.c
1338
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
319
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
344
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
381
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
419
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
467
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
586
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
622
struct v7fs_inode *inode = &v7node->inode;
sys/fs/v7fs/v7fs_vnops.c
700
struct v7fs_inode *inode = &((struct v7fs_node *)vp->v_data)->inode;
sys/fs/v7fs/v7fs_vnops.c
744
struct v7fs_inode *parent = &parent_node->inode;
sys/fs/v7fs/v7fs_vnops.c
745
struct v7fs_inode *p = &node->inode;
sys/fs/v7fs/v7fs_vnops.c
812
struct v7fs_inode *inode =
sys/fs/v7fs/v7fs_vnops.c
894
struct v7fs_inode *inode = &((struct v7fs_node *)vp->v_data)->inode;
sys/fs/v7fs/v7fs_vnops.c
935
struct v7fs_inode inode;
sys/fs/v7fs/v7fs_vnops.c
98
struct v7fs_inode *parent = &parent_node->inode;
sys/fs/v7fs/v7fs_vnops.c
991
struct v7fs_inode *inode = &v7node->inode;
usr.sbin/makefs/v7fs/v7fs_populate.c
133
file_copy(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node,
usr.sbin/makefs/v7fs/v7fs_populate.c
136
struct v7fs_inode inode;
usr.sbin/makefs/v7fs/v7fs_populate.c
194
populate_walk(struct v7fs_self *fs, struct v7fs_inode *parent_inode,
usr.sbin/makefs/v7fs/v7fs_populate.c
200
struct v7fs_inode inode;
usr.sbin/makefs/v7fs/v7fs_populate.c
263
struct v7fs_inode root_inode;
usr.sbin/makefs/v7fs/v7fs_populate.c
81
allocate(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node,
usr.sbin/makefs/v7fs/v7fs_populate.c
82
dev_t dev, struct v7fs_inode *inode)