Home
last modified time | relevance | path

Searched refs:nextoff (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/lib/
A Dearlycpio.c60 size_t len, long *nextoff) in find_cpio_data() argument
121 if (nextoff) in find_cpio_data()
122 *nextoff = (long)nptr - (long)data; in find_cpio_data()
/linux-6.3-rc2/drivers/nvdimm/
A Dbtt.h108 __le64 nextoff; member
180 u64 nextoff; member
A Dbtt.c244 debugfs_create_x64("nextoff", S_IRUGO, d, &a->nextoff); in arena_debugfs_init()
831 arena->nextoff = (super->nextoff == 0) ? 0 : (arena_off + in parse_arena_meta()
832 le64_to_cpu(super->nextoff)); in parse_arena_meta()
839 arena->size = (le64_to_cpu(super->nextoff) > 0) in parse_arena_meta()
840 ? (le64_to_cpu(super->nextoff)) in parse_arena_meta()
915 if (arena->nextoff == 0) in discover_arenas()
953 arena->nextoff = arena->size; in create_arenas()
955 arena->nextoff = 0; in create_arenas()
1001 super->nextoff = cpu_to_le64(arena->nextoff); in btt_arena_write_layout()
/linux-6.3-rc2/fs/isofs/
A Dinode.c1057 unsigned long nextblk, nextoff; in isofs_get_blocks() local
1073 nextoff = ei->i_next_section_offset; in isofs_get_blocks()
1099 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()
1107 nextoff = ISOFS_I(ninode)->i_next_section_offset; in isofs_get_blocks()
1116 nextblk, nextoff); in isofs_get_blocks()

Completed in 12 milliseconds