Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dscan.c302 marker_ref->next_phys = NULL; in jffs2_scan_eraseblock()
531 raw->next_phys = NULL; in jffs2_scan_inode_node()
537 jeb->last_node->next_phys = raw; in jffs2_scan_inode_node()
686 raw->next_phys = NULL; in jffs2_scan_dirent_node()
692 jeb->last_node->next_phys = raw; in jffs2_scan_dirent_node()
Dnodelist.h73 struct jffs2_raw_node_ref *next_phys; member
213 ref2 = ref2->next_phys; \
Dwrite.c211 raw->next_phys = NULL; in jffs2_write_dnode()
298 raw->next_phys = NULL; in jffs2_write_dirent()
Derase.c247 jeb->first_node = ref->next_phys; in jffs2_free_all_node_refs()
349 marker_ref->next_phys = NULL; in jffs2_mark_erased_blocks()
Dgc.c146 jeb->gc_node = raw = raw->next_phys; in jffs2_garbage_collect_pass()
606 …if(c->nr_free_blocks + c->nr_erasing_blocks > JFFS2_RESERVED_BLOCKS_GCMERGE - (fn->raw->next_phys?… in jffs2_garbage_collect_dnode()
Dnodelist.c347 next = this->next_phys; in jffs2_free_raw_node_refs()
Dnodemgmt.c247 jeb->last_node->next_phys = new; in jffs2_add_physical_node_ref()
/linux-2.4.37.9/drivers/net/e100/
De100_main.c1577 u32 next_phys; /* the next phys addr */ in e100_setup_tcb_pool() local
1589 for (ele_no = 0, next_phys = bdp->tcb_phys, pcurr_tcb = head; in e100_setup_tcb_pool()
1593 pcurr_tcb->tcb_phys = next_phys; in e100_setup_tcb_pool()
1594 next_phys += sizeof (tcb_t); in e100_setup_tcb_pool()
1601 pcurr_tcb->tcb_hdr.cb_lnk_ptr = cpu_to_le32(next_phys); in e100_setup_tcb_pool()