Searched refs:ocfs2_seek_data_hole_offset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | extent_map.h | 46 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int origin);
|
H A D | extent_map.c | 864 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int whence) in ocfs2_seek_data_hole_offset() function
|
H A D | file.c | 2625 ret = ocfs2_seek_data_hole_offset(file, &offset, whence); in ocfs2_file_llseek()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | extent_map.h | 44 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int origin);
|
H A D | extent_map.c | 862 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int whence) in ocfs2_seek_data_hole_offset() function
|
H A D | file.c | 2656 ret = ocfs2_seek_data_hole_offset(file, &offset, whence); in ocfs2_file_llseek()
|
Completed in 9 milliseconds