Searched refs:list_next (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_acl.c482 aclnode = list_next(&aclp->z_acl, aclnode);
1105 aclnode = list_next(&aclp->z_acl, aclnode)) {
1126 aclnode = list_next(&aclp->z_acl, aclnode)) {
2043 aclnode = list_next(&aclp->z_acl, aclnode)) {
H A Dzfs_fuid.c450 fuid_domain; fuid_domain = list_next(&fuidp->z_domains,
H A Ddnode.c815 db_next = list_next(&dn->dn_dbufs, db);
916 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr);
H A Dzfs_vfsops.c1874 zp = list_next(&zfsvfs->z_all_znodes, zp))
2192 zp = list_next(&zfsvfs->z_all_znodes, zp)) {
H A Dzil.c1172 itx_next = list_next(&zilog->zl_itx_list, itx);
1301 else if (list_next(&zilog->zl_lwb_list, lwb) != NULL)
H A Darc.c3897 next = list_next(l2arc_dev_list, next);
4323 ab_prev = list_next(list, ab);
4544 dev = list_next(l2arc_dev_list, dev)) {
4612 nextdev = list_next(l2arc_dev_list, dev);
H A Dzvol.c1195 ze = list_next(&zv->zv_extents, ze);
H A Dzio.c346 zl = (zl == NULL) ? list_head(pl) : list_next(pl, zl);
362 zl = (zl == NULL) ? list_head(cl) : list_next(cl, zl);
H A Ddbuf.c761 db_next = list_next(&dn->dn_dbufs, db);
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_dagutils.c115 /* node->list_next = NULL */ /* Don't touch this here!
200 dag_h->nodes = dag_h->nodes->list_next;

Completed in 261 milliseconds

12