Home | History | Annotate | Download | only in chfs

Lines Matching refs:chfs_node_ref

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;
129 if (*list == (struct chfs_node_ref *)vc) {
141 tmpnref->nref_next != (struct chfs_node_ref *)vc) {
159 struct chfs_node_ref *old_nref, struct chfs_node_ref **list)
218 struct chfs_vnode_cache *vc, struct chfs_node_ref *new)
221 struct chfs_node_ref *nref;
224 while (vc->v != (struct chfs_node_ref *)vc) {
229 new->nref_next = (struct chfs_node_ref *)vc;
234 struct chfs_node_ref *
235 chfs_nref_next(struct chfs_node_ref *nref)
256 struct chfs_eraseblock *cheb, struct chfs_node_ref *nref)
258 struct chfs_node_ref *next;
278 struct chfs_node_ref *nref)
425 struct chfs_node_ref *nref;