Searched refs:xfile_obj_store (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | xfile.h | 55 xfile_obj_store(struct xfile *xf, const void *buf, size_t count, loff_t pos) in xfile_obj_store() function
|
H A D | xfarray.c | 187 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 D | rtsummary.c | 98 return xfile_obj_store(sc->xfile, &info, sizeof(xfs_suminfo_t), in xfsum_store()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 1924 To support these cases, a pair of ``xfile_obj_load`` and ``xfile_obj_store``
|