| /linux-6.15/fs/xfs/scrub/ |
| H A D | common.h | 254 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): " fmt, \ 257 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): AG 0x%x " fmt, \ 263 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): inode 0x%llx " fmt, \ 268 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): rtgroup 0x%x " fmt, \
|
| H A D | attr.c | 88 ab = kvzalloc(sizeof(struct xchk_xattr_buf), XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 94 ab->usedmap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 99 ab->freemap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 105 ab->name = kvmalloc(XATTR_NAME_MAX + 1, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 120 new_val = kvmalloc(value_size, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()
|
| H A D | bitmap.c | 91 XCHK_GFP_FLAGS); 167 left = kmalloc(sizeof(struct xbitmap64_node), XCHK_GFP_FLAGS); in xbitmap64_set() 366 XCHK_GFP_FLAGS); 442 left = kmalloc(sizeof(struct xbitmap32_node), XCHK_GFP_FLAGS); in xbitmap32_set()
|
| H A D | symlink.c | 32 sc->buf = kvzalloc(XFS_SYMLINK_MAXLEN + 1, XCHK_GFP_FLAGS); in xchk_setup_symlink()
|
| H A D | newbt.c | 113 ifp = kmem_cache_zalloc(xfs_ifork_cache, XCHK_GFP_FLAGS); in xrep_newbt_init_inode() 142 ifp = kmem_cache_zalloc(xfs_ifork_cache, XCHK_GFP_FLAGS); in xrep_newbt_init_metadir_inode() 189 resv = kmalloc(sizeof(struct xrep_newbt_resv), XCHK_GFP_FLAGS); in xrep_newbt_add_blocks()
|
| H A D | xfblob.c | 44 blob = kmalloc(sizeof(struct xfblob), XCHK_GFP_FLAGS); in xfblob_create()
|
| H A D | xfile.c | 60 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
|
| H A D | rcbag.c | 39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init()
|
| H A D | scrub.h | 60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
|
| H A D | quotacheck.c | 89 sc->buf = kzalloc(sizeof(struct xqcheck), XCHK_GFP_FLAGS); in xchk_setup_quotacheck() 259 dqa = kzalloc(sizeof(struct xqcheck_dqacct), XCHK_GFP_FLAGS); in xqcheck_mod_live_ino_dqtrx()
|
| H A D | rtbitmap.c | 45 XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
|
| H A D | parent_repair.c | 220 rp = kvzalloc(sizeof(struct xrep_parent), XCHK_GFP_FLAGS); in xrep_setup_parent() 884 new_val = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xrep_parent_alloc_xattr_value() 1515 rp->xattr_name = kvmalloc(XATTR_NAME_MAX + 1, XCHK_GFP_FLAGS); in xrep_parent_setup_scan()
|
| H A D | btree.c | 447 co = kmalloc(sizeof(struct check_owner), XCHK_GFP_FLAGS); in xchk_btree_check_owner() 706 bs = kzalloc(cur_sz, XCHK_GFP_FLAGS); in xchk_btree()
|
| H A D | dirtree.c | 106 dl = kvzalloc(sizeof(struct xchk_dirtree), XCHK_GFP_FLAGS); in xchk_setup_dirtree() 242 path = kmalloc(sizeof(struct xchk_dirpath), XCHK_GFP_FLAGS); in xchk_dirtree_create_path()
|
| H A D | stats.c | 263 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
|
| H A D | rtsummary.c | 54 XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
|
| H A D | xfarray.c | 87 array = kzalloc(sizeof(struct xfarray) + obj_size, XCHK_GFP_FLAGS); in xfarray_create() 477 si = kvzalloc(nr_bytes, XCHK_GFP_FLAGS); in xfarray_sortinfo_alloc()
|
| H A D | scrub.c | 635 sub = kzalloc(sizeof(*sub), XCHK_GFP_FLAGS); in xchk_scrub_create_subord() 685 sc = kzalloc(sizeof(struct xfs_scrub), XCHK_GFP_FLAGS); in xfs_scrub_metadata()
|
| H A D | fscounters.c | 210 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
|
| H A D | metapath.c | 105 mpath = kzalloc(sizeof(struct xchk_metapath), XCHK_GFP_FLAGS); in xchk_setup_metapath_scan()
|
| H A D | refcount_repair.c | 714 rr = kzalloc(sizeof(struct xrep_refc), XCHK_GFP_FLAGS); in xrep_refcountbt()
|
| H A D | refcount.c | 146 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
|
| H A D | rtrefcount_repair.c | 719 rr = kzalloc(sizeof(struct xrep_rtrefc), XCHK_GFP_FLAGS); in xrep_rtrefcountbt()
|
| H A D | dirtree_repair.c | 570 path = kmalloc(sizeof(struct xchk_dirpath), XCHK_GFP_FLAGS); in xrep_dirtree_create_adoption_path()
|
| H A D | rtrefcount.c | 160 XCHK_GFP_FLAGS); in xchk_rtrefcountbt_rmap_check()
|