Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dextent_map.h59 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int origin);
Dextent_map.c880 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int whence) in ocfs2_seek_data_hole_offset() function
Dfile.c2636 ret = ocfs2_seek_data_hole_offset(file, &offset, whence); in ocfs2_file_llseek()