Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dxfile.h55 xfile_obj_store(struct xfile *xf, const void *buf, size_t count, loff_t pos) in xfile_obj_store() function
H A Dxfarray.c187 error = xfile_obj_store(array->xfile, temp, array->obj_size, pos); in xfarray_unset()
212 ret = xfile_obj_store(array->xfile, ptr, array->obj_size, in xfarray_store()
253 error = xfile_obj_store(array->xfile, ptr, array->obj_size, in xfarray_store_anywhere()
563 return xfile_obj_store(si->array->xfile, scratch, len, lo_pos); in xfarray_isort()
H A Drtsummary.c98 return xfile_obj_store(sc->xfile, &info, sizeof(xfs_suminfo_t), in xfsum_store()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst1924 To support these cases, a pair of ``xfile_obj_load`` and ``xfile_obj_store``