HomeSort by: relevance | last modified time | path
    Searched refs:nref_next (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_nodeops.c 88 nextref = nextref->nref_next;
93 nextref = nextref->nref_next;
100 new->nref_next = nextref->nref_next;
103 new->nref_next = nextref;
106 KASSERT(new->nref_next != NULL);
109 prevref->nref_next = new;
134 KASSERT(old_nref->nref_next != NULL);
137 *list = old_nref->nref_next;
140 while (tmpnref->nref_next &
    [all...]
chfs_malloc.c 196 nref[i].nref_next = NULL;
200 nref[i].nref_next = NULL;
241 nref->nref_next = new;
264 nref = nref->nref_next;
chfs_build.c 124 struct chfs_node_ref *next = nref->nref_next;
133 struct chfs_node_ref *next = nref->nref_next;
184 nref = nref->nref_next;
344 *nref = fd->nref->nref_next;
chfs_scan.c 191 vc->dirents = prev->nref_next;
193 while (prev->nref_next && prev->nref_next != (void *)vc) {
194 if (prev->nref_next == nref) {
195 prev->nref_next = nref->nref_next;
198 prev = prev->nref_next;
chfs.h 134 struct chfs_node_ref *nref_next; /* next data node which belongs to the same vnode */ member in struct:chfs_node_ref
176 nref = nref->nref_next;
514 while (nref->nref_next) {
515 nref = nref->nref_next;
chfs_readinode.c 228 if (nref->nref_next) {
229 nref = nref->nref_next;
865 nref = chfs_first_valid_data_ref(nref->nref_next);
chfs_gc.c 569 if (!nref->nref_next) {
1011 nref = nref->nref_next) {
chfs_vfsops.c 559 nref = nref->nref_next;

Completed in 16 milliseconds