Home
last modified time | relevance | path

Searched refs:XCHK_GFP_FLAGS (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.12.1/fs/xfs/scrub/
Dcommon.h214 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, \
Dattr.c88 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()
Dbitmap.c91 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()
Dsymlink.c32 sc->buf = kvzalloc(XFS_SYMLINK_MAXLEN + 1, XCHK_GFP_FLAGS); in xchk_setup_symlink()
Dxfblob.c44 blob = kmalloc(sizeof(struct xfblob), XCHK_GFP_FLAGS); in xfblob_create()
Dnewbt.c111 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()
Dscrub.h60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
Drtbitmap.c33 rtb = kzalloc(sizeof(struct xchk_rtbitmap), XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
Dxfile.c60 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
Drcbag.c39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init()
Dquotacheck.c89 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()
Dparent_repair.c220 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()
Dscrub.c560 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()
Dbtree.c447 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()
Ddirtree.c106 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()
Drtsummary.c50 XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
Dstats.c259 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
Dxfarray.c87 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()
Dfscounters.c210 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
Dcow_repair.c558 xc = kzalloc(sizeof(struct xrep_cow), XCHK_GFP_FLAGS); in xrep_bmap_cow()
Drefcount.c146 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
Drefcount_repair.c715 rr = kzalloc(sizeof(struct xrep_refc), XCHK_GFP_FLAGS); in xrep_refcountbt()
Ddirtree_repair.c570 path = kmalloc(sizeof(struct xchk_dirpath), XCHK_GFP_FLAGS); in xrep_dirtree_create_adoption_path()
Drmap.c551 cr = kzalloc(sizeof(struct xchk_rmap), XCHK_GFP_FLAGS); in xchk_rmapbt()
Ddabtree.c513 ds = kzalloc(sizeof(struct xchk_da_btree), XCHK_GFP_FLAGS); in xchk_da_btree()

12