Home
last modified time | relevance | path

Searched refs:xfblob_bytes (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dxfblob.h23 unsigned long long xfblob_bytes(struct xfblob *blob);
Dxfblob.c155 xfblob_bytes( in xfblob_bytes() function
Dparent_repair.c547 bytes = xfarray_bytes(rp->pptr_recs) + xfblob_bytes(rp->pptr_names); in xrep_parent_want_flush_stashed()
1117 xfblob_bytes(rp->xattr_blobs); in xrep_parent_want_flush_xattrs()
Dattr_repair.c767 xfblob_bytes(rx->xattr_blobs); in xrep_xattr_want_flush_stashed()
875 ASSERT(xfblob_bytes(rx->xattr_blobs) == 0); in xrep_xattr_full_reset()
Ddir_repair.c940 bytes = xfarray_bytes(rd->dir_entries) + xfblob_bytes(rd->dir_names); in xrep_dir_want_flush_stashed()