Searched refs:XCHK_GFP_FLAGS (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.12.1/fs/xfs/scrub/ |
D | common.h | 214 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): " fmt, \ 217 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): AG 0x%x " fmt, \ 222 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): inode 0x%llx " fmt, \
|
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()
|
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()
|
D | symlink.c | 32 sc->buf = kvzalloc(XFS_SYMLINK_MAXLEN + 1, XCHK_GFP_FLAGS); in xchk_setup_symlink()
|
D | xfblob.c | 44 blob = kmalloc(sizeof(struct xfblob), XCHK_GFP_FLAGS); in xfblob_create()
|
D | newbt.c | 111 ifp = kmem_cache_zalloc(xfs_ifork_cache, XCHK_GFP_FLAGS); in xrep_newbt_init_inode() 150 resv = kmalloc(sizeof(struct xrep_newbt_resv), XCHK_GFP_FLAGS); in xrep_newbt_add_blocks()
|
D | scrub.h | 60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
|
D | rtbitmap.c | 33 rtb = kzalloc(sizeof(struct xchk_rtbitmap), XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
|
D | xfile.c | 60 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
|
D | rcbag.c | 39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init()
|
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()
|
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() 1488 rp->xattr_name = kvmalloc(XATTR_NAME_MAX + 1, XCHK_GFP_FLAGS); in xrep_parent_setup_scan()
|
D | scrub.c | 560 sub = kzalloc(sizeof(*sub), XCHK_GFP_FLAGS); in xchk_scrub_create_subord() 611 sc = kzalloc(sizeof(struct xfs_scrub), XCHK_GFP_FLAGS); in xfs_scrub_metadata()
|
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()
|
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()
|
D | rtsummary.c | 50 XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
|
D | stats.c | 259 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
|
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()
|
D | fscounters.c | 210 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
|
D | cow_repair.c | 558 xc = kzalloc(sizeof(struct xrep_cow), XCHK_GFP_FLAGS); in xrep_bmap_cow()
|
D | refcount.c | 146 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
|
D | refcount_repair.c | 715 rr = kzalloc(sizeof(struct xrep_refc), XCHK_GFP_FLAGS); in xrep_refcountbt()
|
D | dirtree_repair.c | 570 path = kmalloc(sizeof(struct xchk_dirpath), XCHK_GFP_FLAGS); in xrep_dirtree_create_adoption_path()
|
D | rmap.c | 551 cr = kzalloc(sizeof(struct xchk_rmap), XCHK_GFP_FLAGS); in xchk_rmapbt()
|
D | dabtree.c | 513 ds = kzalloc(sizeof(struct xchk_da_btree), XCHK_GFP_FLAGS); in xchk_da_btree()
|
12