Searched refs:mapping_seek_hole_data (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | seek.c | 20 *hole_pos = mapping_seek_hole_data(iter->inode->i_mapping, in iomap_seek_hole_iter() 68 *hole_pos = mapping_seek_hole_data(iter->inode->i_mapping, in iomap_seek_data_iter()
|
H A D | buffered-io.c | 1110 * wheel - mapping_seek_hole_data() does exactly what we need to identify the 1117 * It should be noted that mapping_seek_hole_data() is not aware of EOF, and so 1123 * mapping_seek_hole_data() will return it, and we will skip the punch because 1131 * matches the intervals returned by mapping_seek_hole_data(). i.e. SEEK_DATA 1154 start_byte = mapping_seek_hole_data(inode->i_mapping, in iomap_write_delalloc_release() 1173 data_end = mapping_seek_hole_data(inode->i_mapping, start_byte, in iomap_write_delalloc_release()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pagemap.h | 1209 loff_t mapping_seek_hole_data(struct address_space *, loff_t start, loff_t end,
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 3031 * mapping_seek_hole_data - Seek for SEEK_DATA / SEEK_HOLE in the page cache. 3048 loff_t mapping_seek_hole_data(struct address_space *mapping, loff_t start, in mapping_seek_hole_data() function
|
H A D | shmem.c | 3036 offset = mapping_seek_hole_data(mapping, offset, inode->i_size, whence); in shmem_file_llseek()
|
Completed in 16 milliseconds