Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dxfile.h21 loff_t xfile_seek_data(struct xfile *xf, loff_t pos);
Dxfile.c229 xfile_seek_data( in xfile_seek_data() function
Dxfarray.c313 new_pos = xfile_seek_data(array->xfile, end_pos); in xfarray_find_data()
Dtrace.h1031 DEFINE_XFILE_EVENT(xfile_seek_data);
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2064 calling ``xfile_seek_data`` (which internally uses ``SEEK_DATA``) to skip areas
2254 To allocate a btree block, use ``xfile_seek_data`` to find a gap in the file.