Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 3 of 3) sorted by relevance

/fs/squashfs/
Ddir.c53 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument
95 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE; in get_dir_index_using_offset()
Dnamei.c76 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
121 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE; in get_dir_index_using_name()
/fs/btrfs/
Dfile-item.c621 u64 next_offset; in btrfs_csum_file_blocks() local
643 next_offset = (u64)-1; in btrfs_csum_file_blocks()
685 next_offset = found_key.offset; in btrfs_csum_file_blocks()
752 tmp = min(tmp, next_offset - file_key.offset); in btrfs_csum_file_blocks()