OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chfs_node_ref
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/ufs/chfs/
chfs.h
131
/* struct
chfs_node_ref
- a reference to a node which is on the media */
132
struct
chfs_node_ref
struct
134
struct
chfs_node_ref
*nref_next; /* next data node which belongs to the same vnode */
143
#define REFS_BLOCK_LEN (255/sizeof(struct
chfs_node_ref
))
168
static __inline struct
chfs_node_ref
*
169
node_next(struct
chfs_node_ref
*nref)
192
struct
chfs_node_ref
*nref; /* nref of the dirent */
222
struct
chfs_node_ref
*latest_ref; /* latest node reference */
227
struct
chfs_node_ref
*nref; /* nref of the node */
277
struct
chfs_node_ref
*v; /* list of node informations *
[
all
...]
chfs_nodeops.c
73
struct
chfs_node_ref
*new, struct
chfs_node_ref
**list)
77
struct
chfs_node_ref
*nextref = *list;
78
struct
chfs_node_ref
*prevref = NULL;
80
while (nextref && nextref != (struct
chfs_node_ref
*)vc &&
84
(struct
chfs_node_ref
*)vc &&
96
if (nextref && nextref != (struct
chfs_node_ref
*)vc &&
122
struct
chfs_node_ref
*old_nref, struct
chfs_node_ref
**list)
127
struct
chfs_node_ref
*tmpnref
[
all
...]
chfs_malloc.c
59
(REFS_BLOCK_LEN + 1) * sizeof(struct
chfs_node_ref
), 0, 0,
187
struct
chfs_node_ref
*
191
struct
chfs_node_ref
*nref;
207
chfs_free_refblock(struct
chfs_node_ref
*nref)
218
struct
chfs_node_ref
*
221
struct
chfs_node_ref
*nref, *new, *old __diagused;
258
struct
chfs_node_ref
*nref, *block;
chfs_build.c
114
struct
chfs_node_ref
*nref;
123
while (nref != (struct
chfs_node_ref
*)vc) {
124
struct
chfs_node_ref
*next = nref->nref_next;
129
vc->dnode = (struct
chfs_node_ref
*)vc;
132
while (nref != (struct
chfs_node_ref
*)vc) {
133
struct
chfs_node_ref
*next = nref->nref_next;
138
vc->dirents = (struct
chfs_node_ref
*)vc;
186
vc->v = (struct
chfs_node_ref
*)vc;
213
struct
chfs_node_ref
**nref;
chfs_gc.c
49
struct chfs_vnode_cache *, struct
chfs_node_ref
*);
51
struct chfs_eraseblock *, struct
chfs_node_ref
*,
308
struct
chfs_node_ref
*nref;
321
while (deleted && chvc->v != (struct
chfs_node_ref
*)chvc) {
425
struct
chfs_node_ref
*nref;
700
struct chfs_vnode_cache *chvc, struct
chfs_node_ref
*nref)
702
struct
chfs_node_ref
*newnref;
848
struct chfs_eraseblock *cheb, struct
chfs_node_ref
*nref,
992
struct
chfs_node_ref
*nref;
1079
struct
chfs_node_ref
*nref
[
all
...]
chfs_write.c
52
struct
chfs_node_ref
*nref;
164
struct
chfs_node_ref
*nref;
287
struct
chfs_node_ref
*nref;
474
struct
chfs_node_ref
*nref;
520
while (ip->chvc->dnode != (struct
chfs_node_ref
*)ip->chvc) {
527
while (ip->chvc->v != (struct
chfs_node_ref
*)ip->chvc) {
chfs_readinode.c
45
struct
chfs_node_ref
*chfs_first_valid_data_ref(struct
chfs_node_ref
*);
149
struct
chfs_node_ref
*nref = td->node->nref;
215
struct
chfs_node_ref
*
216
chfs_first_valid_data_ref(struct
chfs_node_ref
*nref)
612
struct
chfs_node_ref
*nref)
791
struct
chfs_node_ref
*nref;
1110
struct
chfs_node_ref
*nref;
chfs_scan.c
108
struct
chfs_node_ref
*nref;
183
struct
chfs_node_ref
*prev, *nref;
357
struct
chfs_node_ref
*nref;
438
struct
chfs_node_ref
*nref;
chfs_wbuf.c
63
struct
chfs_node_ref
*nref;
chfs_vnode.c
141
chfs_readdirent(struct mount *mp, struct
chfs_node_ref
*chnr, struct chfs_inode *pdir)
chfs_vfsops.c
477
struct
chfs_node_ref
* nref = NULL;
Completed in 19 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025