Searched refs:nextoff (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | earlycpio.c | 47 * @nextoff: When a matching file is found, this is the offset from the 60 size_t len, long *nextoff) in find_cpio_data() 121 if (nextoff) in find_cpio_data() 122 *nextoff = (long)nptr - (long)data; in find_cpio_data() 59 find_cpio_data(const char *path, void *data, size_t len, long *nextoff) find_cpio_data() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | earlycpio.c | 47 * @nextoff: When a matching file is found, this is the offset from the 60 size_t len, long *nextoff) in find_cpio_data() 121 if (nextoff) in find_cpio_data() 122 *nextoff = (long)nptr - (long)data; in find_cpio_data() 59 find_cpio_data(const char *path, void *data, size_t len, long *nextoff) find_cpio_data() argument
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.h | 109 __le64 nextoff; member 150 * @nextoff: Offset in bytes to the start of the next arena. 181 u64 nextoff; member
|
H A D | btt.c | 244 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 in create_arenas() [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.h | 108 __le64 nextoff; member 149 * @nextoff: Offset in bytes to the start of the next arena. 180 u64 nextoff; member
|
H A D | btt.c | 244 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 in create_arenas() [all...] |
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | inode.c | 1056 unsigned long nextblk, nextoff; in isofs_get_blocks() local 1072 nextoff = ei->i_next_section_offset; in isofs_get_blocks() 1098 ninode = isofs_iget(inode->i_sb, nextblk, nextoff); in isofs_get_blocks() 1106 nextoff = ISOFS_I(ninode)->i_next_section_offset; in isofs_get_blocks() 1113 "nextblk=%lu nextoff=%lu\n", __func__, in isofs_get_blocks() 1115 nextblk, nextoff); in isofs_get_blocks()
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | inode.c | 1057 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() 1114 "nextblk=%lu nextoff=%lu\n", __func__, in isofs_get_blocks() 1116 nextblk, nextoff); in isofs_get_blocks()
|
Completed in 14 milliseconds