Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dearlycpio.c68 size_t len, long *nextoff) in find_cpio_data() argument
129 if (nextoff) in find_cpio_data()
130 *nextoff = (long)nptr - (long)data; in find_cpio_data()
/Linux-v4.19/drivers/nvdimm/
Dbtt.h115 __le64 nextoff; member
187 u64 nextoff; member
Dbtt.c252 debugfs_create_x64("nextoff", S_IRUGO, d, &a->nextoff); in arena_debugfs_init()
830 arena->nextoff = (super->nextoff == 0) ? 0 : (arena_off + in parse_arena_meta()
831 le64_to_cpu(super->nextoff)); in parse_arena_meta()
838 arena->size = (le64_to_cpu(super->nextoff) > 0) in parse_arena_meta()
839 ? (le64_to_cpu(super->nextoff)) in parse_arena_meta()
914 if (arena->nextoff == 0) in discover_arenas()
952 arena->nextoff = arena->size; in create_arenas()
954 arena->nextoff = 0; in create_arenas()
1000 super->nextoff = cpu_to_le64(arena->nextoff); in btt_arena_write_layout()
/Linux-v4.19/fs/isofs/
Dinode.c1061 unsigned long nextblk, nextoff; in isofs_get_blocks() local
1077 nextoff = ei->i_next_section_offset; in isofs_get_blocks()
1103 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()
1111 nextoff = ISOFS_I(ninode)->i_next_section_offset; in isofs_get_blocks()
1120 nextblk, nextoff); in isofs_get_blocks()