Searched refs:xfarray_create (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | xfarray.h | 40 int xfarray_create(const char *descr, unsigned long long required_capacity,
|
| H A D | quotacheck.c | 758 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 D | parent_repair.c | 1527 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 D | refcount_repair.c | 713 error = xfarray_create("reference count records", mp->m_sb.sb_agblocks, in xrep_refcountbt()
|
| H A D | rtrefcount_repair.c | 718 error = xfarray_create("realtime reference count records", in xrep_rtrefcountbt()
|
| H A D | attr_repair.c | 1559 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 D | alloc_repair.c | 878 error = xfarray_create("free space records", mp->m_sb.sb_agblocks / 2, in xrep_allocbt()
|
| H A D | ialloc_repair.c | 818 error = xfarray_create("inode index records", last_agino, in xrep_iallocbt()
|
| H A D | parent.c | 770 error = xfarray_create("slow parent pointer entries", 0, in xchk_parent_pptr()
|
| H A D | agheader_repair.c | 1748 error = xfarray_create("iunlinked next pointers", 0, in xrep_agi() 1753 error = xfarray_create("iunlinked prev pointers", 0, in xrep_agi()
|
| H A D | bmap_repair.c | 947 error = xfarray_create("fork mapping records", max_bmbt_recs, in xrep_bmap()
|
| H A D | nlinks.c | 1010 error = xfarray_create("file link counts", in xchk_nlinks_setup_scan()
|
| H A D | dirtree.c | 122 error = xfarray_create("dirtree path steps", 0, in xchk_setup_dirtree()
|
| H A D | xfarray.c | 70 xfarray_create( in xfarray_create() function
|
| H A D | dir.c | 1109 error = xfarray_create("slow directory entries", 0, in xchk_directory()
|
| H A D | dir_repair.c | 1794 error = xfarray_create("directory entries", 0, in xrep_dir_setup_scan()
|
| H A D | trace.h | 1041 TRACE_EVENT(xfarray_create,
|