Home
last modified time | relevance | path

Searched refs:e_next (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/omfs/
H A Dfile.c24 oe->e_next = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode()
247 next = be64_to_cpu(oe->e_next); in omfs_get_block()
H A Domfs_fs.h77 __be64 e_next; /* next extent table location */ member
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst99 __be64 e_next; /* next extent table location */
111 e_next. These have a header but lack the rest of the inode structure.
/openbmc/linux/arch/m68k/fpsp040/
H A Ddecbin.S463 bccs e_next |if zero, skip the mul
465 e_next: label
/openbmc/qemu/target/sparc/
H A Dtranslate.c5724 DisasDelayException *e, *e_next; in sparc_tr_tb_stop() local
5789 for (e = dc->delay_excp_list; e ; e = e_next) { in sparc_tr_tb_stop()
5798 e_next = e->next; in sparc_tr_tb_stop()