Searched refs:xfile_load (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfblob.c | 81 error = xfile_load(blob->xfile, &key, sizeof(key), cookie); in xfblob_load() 94 return xfile_load(blob->xfile, ptr, key.xb_size, in xfblob_load() 140 error = xfile_load(blob->xfile, &key, sizeof(key), cookie); in xfblob_free()
|
D | xfile.h | 16 int xfile_load(struct xfile *xf, void *buf, size_t count, loff_t pos);
|
D | xfarray.c | 139 return xfile_load(array->xfile, ptr, array->obj_size, in xfarray_load() 155 error = xfile_load(array->xfile, temp, array->obj_size, pos); in xfarray_is_unset() 248 error = xfile_load(array->xfile, temp, array->obj_size, in xfarray_store_anywhere() 555 error = xfile_load(si->array->xfile, scratch, len, lo_pos); in xfarray_isort() 852 error = xfile_load(si->array->xfile, temp, si->array->obj_size, in xfarray_sort_scan()
|
D | rtsummary.c | 119 return xfile_load(sc->xfile, rawinfo, in xfsum_load() 142 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG, in xfsum_copyout()
|
D | xfile.c | 107 xfile_load( in xfile_load() function
|
D | trace.h | 1029 DEFINE_XFILE_EVENT(xfile_load);
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 1920 To support these cases, a pair of ``xfile_load`` and ``xfile_store``
|