xfarray_create
error = xfarray_create("iunlinked next pointers", 0,
error = xfarray_create("iunlinked prev pointers", 0,
error = xfarray_create("free space records", mp->m_sb.sb_agblocks / 2,
error = xfarray_create("xattr keys", 0, sizeof(struct xrep_xattr_key),
error = xfarray_create("xattr parent pointer entries", 0,
error = xfarray_create("fork mapping records", max_bmbt_recs,
error = xfarray_create("slow directory entries", 0,
error = xfarray_create("directory entries", 0,
error = xfarray_create("dirtree path steps", 0,
error = xfarray_create("inode index records", last_agino,
error = xfarray_create("file link counts",
error = xfarray_create("slow parent pointer entries", 0,
error = xfarray_create("parent pointer entries", 0,
error = xfarray_create("parent pointer xattr entries", 0,
error = xfarray_create("user dquot records", max_dquots,
error = xfarray_create("group dquot records", max_dquots,
error = xfarray_create("project dquot records", max_dquots,
error = xfarray_create("reference count records", mp->m_sb.sb_agblocks,
error = xfarray_create("realtime reference count records",
TRACE_EVENT(xfarray_create,
int xfarray_create(const char *descr, unsigned long long required_capacity,