Home
last modified time | relevance | path

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

/linux-6.15/lib/
H 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.15/drivers/nvdimm/
H A Dbtt.h108 __le64 nextoff; member
180 u64 nextoff; member
H A Dbtt.c246 debugfs_create_x64("nextoff", S_IRUGO, d, &a->nextoff); in arena_debugfs_init()
833 arena->nextoff = (super->nextoff == 0) ? 0 : (arena_off + in parse_arena_meta()
834 le64_to_cpu(super->nextoff)); in parse_arena_meta()
841 arena->size = (le64_to_cpu(super->nextoff) > 0) in parse_arena_meta()
842 ? (le64_to_cpu(super->nextoff)) in parse_arena_meta()
914 if (arena->nextoff == 0) in discover_arenas()
949 arena->nextoff = arena->size; in create_arenas()
951 arena->nextoff = 0; in create_arenas()
997 super->nextoff = cpu_to_le64(arena->nextoff); in btt_arena_write_layout()
/linux-6.15/fs/xfs/scrub/
H A Dcow_repair.c566 xfs_fileoff_t nextoff; in xrep_cow_replace_range() local
577 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range()
585 nextoff - startoff); in xrep_cow_replace_range()
/linux-6.15/fs/isofs/
H A Dinode.c1022 unsigned long nextblk, nextoff; in isofs_get_blocks() local
1038 nextoff = ei->i_next_section_offset; in isofs_get_blocks()
1064 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks()
1072 nextoff = ISOFS_I(ninode)->i_next_section_offset; in isofs_get_blocks()
1081 nextblk, nextoff); in isofs_get_blocks()