Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A 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()
H A 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()
562 return xfile_store(si->array->xfile, scratch, len, lo_pos); in xfarray_isort()
H A Drtbitmap_repair.c134 return xfile_store(rtb->sc->xfile, &urk, in xfbmp_store()
146 return xfile_store(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyin()
H A Dxfile.c171 xfile_store( in xfile_store() function
H A Drtsummary.c131 return xfile_store(sc->xfile, &rawinfo, in xfsum_store()
H A Dtrace.h1035 DEFINE_XFILE_EVENT(xfile_store);