Searched refs:xfile_obj_load (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/xfs/scrub/ |
D | rtsummary.c | 87 return xfile_obj_load(sc->xfile, info, sizeof(xfs_suminfo_t), in xfsum_load() 108 return xfile_obj_load(sc->xfile, info, nr_words << XFS_WORDLOG, in xfsum_copyout()
|
D | xfarray.c | 139 return xfile_obj_load(array->xfile, ptr, array->obj_size, in xfarray_load() 155 error = xfile_obj_load(array->xfile, temp, array->obj_size, pos); in xfarray_is_unset() 248 error = xfile_obj_load(array->xfile, temp, array->obj_size, in xfarray_store_anywhere() 555 error = xfile_obj_load(si->array->xfile, scratch, len, lo_pos); in xfarray_isort() 861 return xfile_obj_load(si->array->xfile, ptr, in xfarray_sort_load_cached()
|
D | xfile.h | 41 xfile_obj_load(struct xfile *xf, void *buf, size_t count, loff_t pos) in xfile_obj_load() function
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 1924 To support these cases, a pair of ``xfile_obj_load`` and ``xfile_obj_store``
|