Home
last modified time | relevance | path

Searched refs:xfile_pread (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Dxfile.h32 ssize_t xfile_pread(struct xfile *xf, void *buf, size_t count, loff_t pos);
43 ssize_t ret = xfile_pread(xf, buf, count, pos); in xfile_obj_load()
Dxfile.c127 xfile_pread( in xfile_pread() function
Dtrace.h870 DEFINE_XFILE_EVENT(xfile_pread);
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst1920 This capability is provided by ``xfile_pread`` and ``xfile_pwrite`` functions,