Home
last modified time | relevance | path

Searched refs:xfarray_create (Results 1 – 17 of 17) sorted by relevance

/linux/fs/xfs/scrub/
H A Dxfarray.h40 int xfarray_create(const char *descr, unsigned long long required_capacity,
H A Dquotacheck.c758 error = xfarray_create("user dquot records", max_dquots, in xqcheck_setup_scan()
765 error = xfarray_create("group dquot records", max_dquots, in xqcheck_setup_scan()
772 error = xfarray_create("project dquot records", max_dquots, in xqcheck_setup_scan()
H A Dparent_repair.c1527 error = xfarray_create("parent pointer entries", 0, in xrep_parent_setup_scan()
1537 error = xfarray_create("parent pointer xattr entries", 0, in xrep_parent_setup_scan()
H A Drefcount_repair.c713 error = xfarray_create("reference count records", mp->m_sb.sb_agblocks, in xrep_refcountbt()
H A Drtrefcount_repair.c718 error = xfarray_create("realtime reference count records", in xrep_rtrefcountbt()
H A Dattr_repair.c1559 error = xfarray_create("xattr keys", 0, sizeof(struct xrep_xattr_key), in xrep_xattr_setup_scan()
1571 error = xfarray_create("xattr parent pointer entries", 0, in xrep_xattr_setup_scan()
H A Dalloc_repair.c878 error = xfarray_create("free space records", mp->m_sb.sb_agblocks / 2, in xrep_allocbt()
H A Dialloc_repair.c818 error = xfarray_create("inode index records", last_agino, in xrep_iallocbt()
H A Dparent.c770 error = xfarray_create("slow parent pointer entries", 0, in xchk_parent_pptr()
H A Dagheader_repair.c1748 error = xfarray_create("iunlinked next pointers", 0, in xrep_agi()
1753 error = xfarray_create("iunlinked prev pointers", 0, in xrep_agi()
H A Dbmap_repair.c947 error = xfarray_create("fork mapping records", max_bmbt_recs, in xrep_bmap()
H A Dnlinks.c1010 error = xfarray_create("file link counts", in xchk_nlinks_setup_scan()
H A Ddirtree.c122 error = xfarray_create("dirtree path steps", 0, in xchk_setup_dirtree()
H A Dxfarray.c70 xfarray_create( in xfarray_create() function
H A Ddir.c1109 error = xfarray_create("slow directory entries", 0, in xchk_directory()
H A Ddir_repair.c1794 error = xfarray_create("directory entries", 0, in xrep_dir_setup_scan()
H A Dtrace.h1041 TRACE_EVENT(xfarray_create,