Home
last modified time | relevance | path

Searched refs:xfile_store (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dxfblob.c114 error = xfile_store(blob->xfile, &key, sizeof(key), pos); in xfblob_store()
119 error = xfile_store(blob->xfile, ptr, size, pos); in xfblob_store()
Dxfile.h17 int xfile_store(struct xfile *xf, const void *buf, size_t count,
Dxfarray.c187 error = xfile_store(array->xfile, temp, array->obj_size, pos); in xfarray_unset()
212 ret = xfile_store(array->xfile, ptr, array->obj_size, in xfarray_store()
253 error = xfile_store(array->xfile, ptr, array->obj_size, in xfarray_store_anywhere()
563 return xfile_store(si->array->xfile, scratch, len, lo_pos); in xfarray_isort()
Dxfile.c170 xfile_store( in xfile_store() function
Drtsummary.c130 return xfile_store(sc->xfile, &rawinfo, in xfsum_store()
Dtrace.h1030 DEFINE_XFILE_EVENT(xfile_store);
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst1920 To support these cases, a pair of ``xfile_load`` and ``xfile_store``