OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v7fs_ino_t
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/fs/v7fs/
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 *);
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 *);
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;
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)
100
v7fs_inode_allocate(struct v7fs_self *fs,
v7fs_ino_t
*ino)
103
v7fs_ino_t
inode_number;
139
v7fs_inode_deallocate(struct v7fs_self *fs,
v7fs_ino_t
ino)
221
v7fs_inode_load(struct v7fs_self *fs, struct v7fs_inode *p,
v7fs_ino_t
n)
252
v7fs_ino_t
ino = mem->inode_number;
281
__unused,
v7fs_ino_t
n, v7fs_daddr_t *block,
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;
188
const char *name,
v7fs_ino_t
ino)
238
v7fs_ino_t
ino, char *buf)
280
v7fs_ino_t
parent_ino;
284
can_dirmove(struct v7fs_self *fs,
v7fs_ino_t
from_ino,
v7fs_ino_t
to_ino)
287
v7fs_ino_t
parent;
v7fs_dirent.c
67
v7fs_ino_t
ino;
v7fs_superblock.c
201
v7fs_ino_t
*freeinode = sb->freeinode;
203
v7fs_ino_t
ino;
250
v7fs_ino_t
*ifrom = from->freeinode;
251
v7fs_ino_t
*ito = to->freeinode;
v7fs_file.c
70
const char *name, size_t namelen,
v7fs_ino_t
*ino)
131
v7fs_ino_t
*ino)
225
v7fs_ino_t
ino;
276
v7fs_ino_t
ino, const char *srcname, size_t srclen)
v7fs_inode_util.c
97
int (*func)(struct v7fs_self *, void *, struct v7fs_inode *,
v7fs_ino_t
),
v7fs_vfsops.c
435
v7fs_ino_t
number;
491
v7fs_ino_t
number;
v7fs_vnops.c
108
v7fs_ino_t
ino;
213
v7fs_ino_t
ino;
275
v7fs_ino_t
ino;
852
v7fs_ino_t
ino;
1282
v7fs_ino_t
ino;
/src/sbin/fsck_v7fs/
pathname.c
58
connect_lost_and_found(struct v7fs_self *fs,
v7fs_ino_t
ino)
135
v7fs_ino_t
target_ino;
136
v7fs_ino_t
parent_ino;
141
struct v7fs_inode *p,
v7fs_ino_t
ino)
157
static
v7fs_ino_t
158
lookup_parent_from_file(struct v7fs_self *fs,
v7fs_ino_t
ino)
198
static
v7fs_ino_t
210
pathname_check_file(struct v7fs_self *fs, struct v7fs_inode *p,
v7fs_ino_t
ino)
212
v7fs_ino_t
parent_ino;
232
pathname_check_dir(struct v7fs_self *fs, struct v7fs_inode *p,
v7fs_ino_t
ino
[
all
...]
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)
155
v7fs_ino_t
ino)
190
v7fs_ino_t
ino)
369
datablock_dup_remove(struct v7fs_self *fs,
v7fs_ino_t
i,
v7fs_ino_t
j,
373
v7fs_ino_t
victim
[
all
...]
inode.c
56
v7fs_ino_t
*f = sb->freeinode;
99
v7fs_inode_check(struct v7fs_self *fs, struct v7fs_inode *p,
v7fs_ino_t
ino)
119
v7fs_ino_t
ino)
fsck_v7fs.h
55
char *filename(struct v7fs_self *,
v7fs_ino_t
);
main.c
227
v7fs_ino_t
ino;
/src/sbin/newfs_v7fs/
main.c
112
v7fs_ino_t
ino;
/src/usr.sbin/makefs/v7fs/
v7fs_estimate.c
59
v7fs_ino_t
ninode;
v7fs_populate.c
85
v7fs_ino_t
ino;
Completed in 96 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026