Home
last modified time | relevance | path

Searched refs:xfile_seek_data (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Dxfile.h64 loff_t xfile_seek_data(struct xfile *xf, loff_t pos);
Dxfile.c283 xfile_seek_data( in xfile_seek_data() function
Dxfarray.c313 new_pos = xfile_seek_data(array->xfile, end_pos); in xfarray_find_data()
Dtrace.h872 DEFINE_XFILE_EVENT(xfile_seek_data);
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst2071 calling ``xfile_seek_data`` (which internally uses ``SEEK_DATA``) to skip areas
2261 To allocate a btree block, use ``xfile_seek_data`` to find a gap in the file.