sbin/fsck_v7fs/datablock.c
111
datablock_vs_freeblock_check(struct v7fs_self *fs)
sbin/fsck_v7fs/datablock.c
133
datablock_i_j(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz
sbin/fsck_v7fs/datablock.c
154
loopover_j(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
sbin/fsck_v7fs/datablock.c
173
datablock_i(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
sbin/fsck_v7fs/datablock.c
189
loopover_i(struct v7fs_self *fs, void *ctx, struct v7fs_inode *inode,
sbin/fsck_v7fs/datablock.c
206
datablock_vs_datablock_check(struct v7fs_self *fs)
sbin/fsck_v7fs/datablock.c
226
copy_block(struct v7fs_self *fs, v7fs_daddr_t dst, v7fs_daddr_t src)
sbin/fsck_v7fs/datablock.c
239
replace_block_direct(struct v7fs_self *fs, struct v7fs_inode *p, int dupidx,
sbin/fsck_v7fs/datablock.c
252
prepare_list(struct v7fs_self *fs, v7fs_daddr_t listblk, v7fs_daddr_t *p)
sbin/fsck_v7fs/datablock.c
262
replace_block_indexed(struct v7fs_self *fs, v7fs_daddr_t listblk, int dupidx,
sbin/fsck_v7fs/datablock.c
282
dupfind_loop1(struct v7fs_self *fs, v7fs_daddr_t listblk, v7fs_daddr_t dupblk,
sbin/fsck_v7fs/datablock.c
300
dupfind_loop2(struct v7fs_self *fs, v7fs_daddr_t listblk, v7fs_daddr_t dupblk,
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
369
datablock_dup_remove(struct v7fs_self *fs, v7fs_ino_t i, v7fs_ino_t j,
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
62
freeblock_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t freeblk)
sbin/fsck_v7fs/datablock.c
80
datablock_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
sbin/fsck_v7fs/datablock.c
95
inode_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
sbin/fsck_v7fs/freeblock.c
117
freeblock_vs_freeblock_check(struct v7fs_self *fs)
sbin/fsck_v7fs/freeblock.c
133
freeblock_dup_remove(struct v7fs_self *fs, v7fs_daddr_t dupblk)
sbin/fsck_v7fs/freeblock.c
207
v7fs_freeblock_foreach(struct v7fs_self *fs,
sbin/fsck_v7fs/freeblock.c
208
int (*func)(struct v7fs_self *, void *, v7fs_daddr_t), void *ctx)
sbin/fsck_v7fs/freeblock.c
262
freeblock_check(struct v7fs_self *fs)
sbin/fsck_v7fs/freeblock.c
55
freeblock_subr_cnt(struct v7fs_self *fs __unused, void *ctx,
sbin/fsck_v7fs/freeblock.c
65
freeblock_subr_j(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk)
sbin/fsck_v7fs/freeblock.c
94
freeblock_subr_i(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk)
sbin/fsck_v7fs/fsck_v7fs.h
55
char *filename(struct v7fs_self *, v7fs_ino_t);
sbin/fsck_v7fs/fsck_v7fs.h
62
int pathname_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
63
int ilist_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
64
int freeinode_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
65
int freeblock_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
66
int datablock_vs_datablock_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
67
int datablock_vs_freeblock_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
68
int freeblock_vs_freeblock_check(struct v7fs_self *);
sbin/fsck_v7fs/fsck_v7fs.h
70
void freeblock_dup_remove(struct v7fs_self *, v7fs_daddr_t);
sbin/fsck_v7fs/fsck_v7fs.h
72
int v7fs_freeblock_foreach(struct v7fs_self *,
sbin/fsck_v7fs/fsck_v7fs.h
73
int (*)(struct v7fs_self *, void *, v7fs_daddr_t), void *);
sbin/fsck_v7fs/inode.c
118
ilistcheck_subr(struct v7fs_self *fs, void *ctx, struct v7fs_inode *p,
sbin/fsck_v7fs/inode.c
135
ilist_check(struct v7fs_self *fs)
sbin/fsck_v7fs/inode.c
53
freeinode_check(struct v7fs_self *fs)
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
52
static int check_filesystem(struct v7fs_self *, int);
sbin/fsck_v7fs/main.c
53
static int make_lost_and_found(struct v7fs_self *, struct v7fs_inode *);
sbin/fsck_v7fs/main.c
60
struct v7fs_self *fs;
sbin/fsck_v7fs/main.c
89
check_filesystem(struct v7fs_self *fs, int flags)
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
140
lookup_parent_from_file_subr(struct v7fs_self *fs, void *ctx,
sbin/fsck_v7fs/pathname.c
158
lookup_parent_from_file(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
169
lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
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
232
pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
271
pathname_subr(struct v7fs_self *fs, void *ctx __unused, struct v7fs_inode *p,
sbin/fsck_v7fs/pathname.c
291
pathname_check(struct v7fs_self *fs)
sbin/fsck_v7fs/pathname.c
304
filename(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
58
connect_lost_and_found(struct v7fs_self *fs, v7fs_ino_t ino)
sbin/fsck_v7fs/pathname.c
84
lookup_child_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
sbin/newfs_v7fs/main.c
160
make_freeblocklist(struct v7fs_self *fs, v7fs_daddr_t listblk, uint8_t *buf)
sbin/newfs_v7fs/main.c
201
make_filesystem(struct v7fs_self *fs, v7fs_daddr_t volume_size,
sbin/newfs_v7fs/main.c
273
struct v7fs_self *fs;
sbin/newfs_v7fs/main.c
76
partition_check(struct v7fs_self *fs)
sbin/newfs_v7fs/main.c
99
make_root(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_datablock.c
149
v7fs_datablock_deallocate(struct v7fs_self *fs, v7fs_daddr_t blk)
sys/fs/v7fs/v7fs_datablock.c
253
v7fs_datablock_foreach(struct v7fs_self *fs, struct v7fs_inode *p,
sys/fs/v7fs/v7fs_datablock.c
254
int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx)
sys/fs/v7fs/v7fs_datablock.c
318
v7fs_loop2(struct v7fs_self *fs, v7fs_daddr_t listblk, size_t *filesize,
sys/fs/v7fs/v7fs_datablock.c
319
int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx)
sys/fs/v7fs/v7fs_datablock.c
337
v7fs_loop1(struct v7fs_self *fs, v7fs_daddr_t listblk, size_t *filesize,
sys/fs/v7fs/v7fs_datablock.c
338
int (*func)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *ctx)
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
500
v7fs_link(struct v7fs_self *fs, v7fs_daddr_t listblk, int n)
sys/fs/v7fs/v7fs_datablock.c
521
v7fs_add_leaf(struct v7fs_self *fs, v7fs_daddr_t up, int idx)
sys/fs/v7fs/v7fs_datablock.c
547
v7fs_datablock_contract(struct v7fs_self *fs, struct v7fs_inode *inode,
sys/fs/v7fs/v7fs_datablock.c
65
static int v7fs_datablock_deallocate(struct v7fs_self *, v7fs_daddr_t);
sys/fs/v7fs/v7fs_datablock.c
652
v7fs_unlink(struct v7fs_self *fs, v7fs_daddr_t idxblk, int n)
sys/fs/v7fs/v7fs_datablock.c
66
static int v7fs_loop1(struct v7fs_self *, v7fs_daddr_t, size_t *,
sys/fs/v7fs/v7fs_datablock.c
67
int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
sys/fs/v7fs/v7fs_datablock.c
670
v7fs_remove_self(struct v7fs_self *fs, v7fs_daddr_t up)
sys/fs/v7fs/v7fs_datablock.c
68
static int v7fs_loop2(struct v7fs_self *, v7fs_daddr_t, size_t *,
sys/fs/v7fs/v7fs_datablock.c
687
v7fs_remove_leaf(struct v7fs_self *fs, v7fs_daddr_t up, int n)
sys/fs/v7fs/v7fs_datablock.c
69
int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
sys/fs/v7fs/v7fs_datablock.c
70
static v7fs_daddr_t v7fs_link(struct v7fs_self *, v7fs_daddr_t, int);
sys/fs/v7fs/v7fs_datablock.c
704
v7fs_datablock_size_change(struct v7fs_self *fs, size_t newsz,
sys/fs/v7fs/v7fs_datablock.c
71
static v7fs_daddr_t v7fs_add_leaf(struct v7fs_self *, v7fs_daddr_t, int);
sys/fs/v7fs/v7fs_datablock.c
72
static v7fs_daddr_t v7fs_unlink(struct v7fs_self *, v7fs_daddr_t, int);
sys/fs/v7fs/v7fs_datablock.c
73
static v7fs_daddr_t v7fs_remove_leaf(struct v7fs_self *, v7fs_daddr_t, int);
sys/fs/v7fs/v7fs_datablock.c
74
static v7fs_daddr_t v7fs_remove_self(struct v7fs_self *, v7fs_daddr_t);
sys/fs/v7fs/v7fs_datablock.c
83
datablock_number_sanity(const struct v7fs_self *fs, v7fs_daddr_t blk)
sys/fs/v7fs/v7fs_datablock.c
99
v7fs_datablock_allocate(struct v7fs_self *fs, v7fs_daddr_t *block_number)
sys/fs/v7fs/v7fs_datablock.h
36
bool datablock_number_sanity(const struct v7fs_self *, v7fs_daddr_t);
sys/fs/v7fs/v7fs_datablock.h
37
int v7fs_datablock_allocate(struct v7fs_self *, v7fs_daddr_t *);
sys/fs/v7fs/v7fs_datablock.h
38
int v7fs_datablock_foreach(struct v7fs_self *, struct v7fs_inode *,
sys/fs/v7fs/v7fs_datablock.h
39
int (*)(struct v7fs_self *, void *, v7fs_daddr_t, size_t), void *);
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_dirent.c
63
v7fs_dirent_endian_convert(struct v7fs_self *fs, struct v7fs_dirent *dir, int n)
sys/fs/v7fs/v7fs_dirent.h
35
bool v7fs_dirent_endian_convert(struct v7fs_self *, struct v7fs_dirent *, int);
sys/fs/v7fs/v7fs_endian.c
161
v7fs_endian_init(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_endian.h
35
struct v7fs_self;
sys/fs/v7fs/v7fs_endian.h
45
void v7fs_endian_init(struct v7fs_self *);
sys/fs/v7fs/v7fs_extern.h
48
struct v7fs_self *core; /* 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
222
v7fs_file_deallocate(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
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
329
v7fs_directory_remove_entry(struct v7fs_self *fs, struct v7fs_inode *parent_dir,
sys/fs/v7fs/v7fs_file.c
381
remove_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
sys/fs/v7fs/v7fs_file.c
65
static int lookup_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
sys/fs/v7fs/v7fs_file.c
66
static int remove_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
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.c
94
lookup_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
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
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
187
v7fs_directory_replace_entry(struct v7fs_self *fs, struct v7fs_inode *self_dir,
sys/fs/v7fs/v7fs_file_util.c
203
replace_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
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
249
lookup_by_number_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
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
321
lookup_parent_from_dir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk,
sys/fs/v7fs/v7fs_file_util.c
61
static int replace_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
sys/fs/v7fs/v7fs_file_util.c
62
static int lookup_by_number_subr(struct v7fs_self *, void *, v7fs_daddr_t,
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_file_util.c
65
static int lookup_parent_from_dir_subr(struct v7fs_self *, void *,
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
88
v7fs_file_symlink(struct v7fs_self *fs, struct v7fs_inode *p,
sys/fs/v7fs/v7fs_impl.h
136
int v7fs_io_init(struct v7fs_self **, const struct v7fs_mount_device *, size_t);
sys/fs/v7fs/v7fs_impl.h
137
void v7fs_io_fini(struct v7fs_self *);
sys/fs/v7fs/v7fs_impl.h
138
void *scratch_read(struct v7fs_self *, daddr_t);
sys/fs/v7fs/v7fs_impl.h
139
void scratch_free(struct v7fs_self *, void *);
sys/fs/v7fs/v7fs_impl.h
140
int scratch_remain(const struct v7fs_self *);
sys/fs/v7fs/v7fs_inode.c
100
v7fs_inode_allocate(struct v7fs_self *fs, v7fs_ino_t *ino)
sys/fs/v7fs/v7fs_inode.c
139
v7fs_inode_deallocate(struct v7fs_self *fs, v7fs_ino_t ino)
sys/fs/v7fs/v7fs_inode.c
161
v7fs_inode_setup_memory_image(const struct v7fs_self *fs __unused,
sys/fs/v7fs/v7fs_inode.c
195
v7fs_inode_setup_disk_image(const struct v7fs_self *fs __unused,
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
280
v7fs_inode_inquire_disk_location(const struct v7fs_self *fs
sys/fs/v7fs/v7fs_inode.c
64
static void v7fs_inode_setup_disk_image(const struct v7fs_self *,
sys/fs/v7fs/v7fs_inode.c
66
static int v7fs_inode_inquire_disk_location(const struct v7fs_self *,
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
76
int v7fs_inode_writeback(struct v7fs_self *, struct v7fs_inode *);
sys/fs/v7fs/v7fs_inode.h
77
void v7fs_inode_setup_memory_image(const struct v7fs_self *,
sys/fs/v7fs/v7fs_inode.h
88
int v7fs_ilist_foreach(struct v7fs_self *, int (*)(struct v7fs_self *, void *,
sys/fs/v7fs/v7fs_inode_util.c
96
(struct v7fs_self *fs,
sys/fs/v7fs/v7fs_inode_util.c
97
int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t),
sys/fs/v7fs/v7fs_io.c
107
scratch_remain(const struct v7fs_self *fs)
sys/fs/v7fs/v7fs_io.c
126
scratch_free(struct v7fs_self *fs __unused, void *p)
sys/fs/v7fs/v7fs_io.c
64
scratch_read(struct v7fs_self *fs, daddr_t blk)
sys/fs/v7fs/v7fs_io_kern.c
129
v7fs_io_fini(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_io_kern.c
71
v7fs_io_init(struct v7fs_self **fs,
sys/fs/v7fs/v7fs_io_kern.c
75
struct v7fs_self *p;
sys/fs/v7fs/v7fs_io_user.c
107
v7fs_io_fini(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_io_user.c
71
v7fs_io_init(struct v7fs_self **fs, const struct v7fs_mount_device *mount,
sys/fs/v7fs/v7fs_io_user.c
74
struct v7fs_self *p;
sys/fs/v7fs/v7fs_io_user.c
76
if (!(p = (struct v7fs_self *)malloc(sizeof(*p))))
sys/fs/v7fs/v7fs_superblock.c
118
v7fs_superblock_sanity(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_superblock.c
143
v7fs_freeblock_update(struct v7fs_self *fs, v7fs_daddr_t blk)
sys/fs/v7fs/v7fs_superblock.c
172
v7fs_freeblock_endian_convert(struct v7fs_self *fs __unused,
sys/fs/v7fs/v7fs_superblock.c
197
v7fs_freeinode_update(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_superblock.c
233
v7fs_superblock_endian_convert(struct v7fs_self *fs __unused,
sys/fs/v7fs/v7fs_superblock.c
66
static void v7fs_superblock_endian_convert(struct v7fs_self *,
sys/fs/v7fs/v7fs_superblock.c
68
static int v7fs_superblock_sanity(struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock.c
72
v7fs_superblock_load(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_superblock.c
92
v7fs_superblock_writeback(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_superblock.h
34
struct v7fs_self;
sys/fs/v7fs/v7fs_superblock.h
38
int v7fs_superblock_load(struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock.h
39
int v7fs_superblock_writeback(struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock.h
40
int v7fs_freeblock_update(struct v7fs_self *, v7fs_daddr_t);
sys/fs/v7fs/v7fs_superblock.h
41
int v7fs_freeblock_endian_convert(struct v7fs_self *, struct v7fs_freeblock *);
sys/fs/v7fs/v7fs_superblock.h
42
int v7fs_freeinode_update(struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock.h
45
void v7fs_superblock_status(struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock.h
46
void v7fs_superblock_dump(const struct v7fs_self *);
sys/fs/v7fs/v7fs_superblock_util.c
64
v7fs_superblock_status(struct v7fs_self *fs)
sys/fs/v7fs/v7fs_superblock_util.c
80
v7fs_superblock_dump(const struct v7fs_self *fs)
sys/fs/v7fs/v7fs_vfsops.c
269
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vfsops.c
347
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vfsops.c
389
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vfsops.c
432
struct v7fs_self *fs;
sys/fs/v7fs/v7fs_vnops.c
1061
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
1095
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
1237
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
1277
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
1339
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
208
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
271
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
466
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
623
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
701
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
746
struct v7fs_self *fs = node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
790
struct v7fs_self *fs = v7node->v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
849
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
895
struct v7fs_self *fs = v7fsmount->core;
sys/fs/v7fs/v7fs_vnops.c
927
static int readdir_subr(struct v7fs_self *, void *, v7fs_daddr_t, size_t);
sys/fs/v7fs/v7fs_vnops.c
930
readdir_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
sys/fs/v7fs/v7fs_vnops.c
99
struct v7fs_self *fs = parent_node->v7fsmount->core;/* my filesystem */
sys/fs/v7fs/v7fs_vnops.c
992
struct v7fs_self *fs = v7node->v7fsmount->core;
usr.sbin/makefs/v7fs/v7fs_populate.c
115
copy_subr(struct v7fs_self *fs, void *ctx, v7fs_daddr_t blk, size_t sz)
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
194
populate_walk(struct v7fs_self *fs, struct v7fs_inode *parent_inode,
usr.sbin/makefs/v7fs/v7fs_populate.c
264
struct v7fs_self *fs;
usr.sbin/makefs/v7fs/v7fs_populate.c
81
allocate(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node,