Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dxfblob.c81 error = xfile_load(blob->xfile, &key, sizeof(key), cookie); in xfblob_load()
94 return xfile_load(blob->xfile, ptr, key.xb_size, in xfblob_load()
140 error = xfile_load(blob->xfile, &key, sizeof(key), cookie); in xfblob_free()
H A Dxfarray.c139 return xfile_load(array->xfile, ptr, array->obj_size, in xfarray_load()
155 error = xfile_load(array->xfile, temp, array->obj_size, pos); in xfarray_is_unset()
248 error = xfile_load(array->xfile, temp, array->obj_size, in xfarray_store_anywhere()
554 error = xfile_load(si->array->xfile, scratch, len, lo_pos); in xfarray_isort()
851 error = xfile_load(si->array->xfile, temp, si->array->obj_size, in xfarray_sort_scan()
H A Drtsummary.c120 return xfile_load(sc->xfile, rawinfo, in xfsum_load()
143 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG, in xfsum_copyout()
H A Drtbitmap_repair.c113 error = xfile_load(rtb->sc->xfile, &urk, in xfbmp_load()
157 return xfile_load(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyout()
H A Dxfile.c108 xfile_load( in xfile_load() function
H A Dtrace.h1034 DEFINE_XFILE_EVENT(xfile_load);