Home
last modified time | relevance | path

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

12

/linux/fs/xfs/scrub/
H A Dcommon.h254 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 Dnewbt.c113 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 Drcbag.c39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init()
H A Dxfile.c60 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
H A Dscrub.h60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
H A Drtbitmap.c44 XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
H A 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()
H A Drtsummary.c54 XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
H A Dstats.c263 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
H A 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()
H A Dscrub.c633 sub = kzalloc(sizeof(*sub), XCHK_GFP_FLAGS); in xchk_scrub_create_subord()
683 sc = kzalloc(sizeof(struct xfs_scrub), XCHK_GFP_FLAGS); in xfs_scrub_metadata()
H A Dfscounters.c210 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
H A Dmetapath.c105 mpath = kzalloc(sizeof(struct xchk_metapath), XCHK_GFP_FLAGS); in xchk_setup_metapath_scan()
H A Drefcount_repair.c714 rr = kzalloc(sizeof(struct xrep_refc), XCHK_GFP_FLAGS); in xrep_refcountbt()
H A Drefcount.c146 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
H A Drtrefcount_repair.c745 rr = kzalloc(sizeof(struct xrep_rtrefc), XCHK_GFP_FLAGS); in xrep_rtrefcountbt()
H A Drtrefcount.c160 XCHK_GFP_FLAGS); in xchk_rtrefcountbt_rmap_check()
H A Dparent.c761 pp = kvzalloc(sizeof(struct xchk_pptrs), XCHK_GFP_FLAGS); in xchk_parent_pptr()
H A Dialloc_repair.c808 ri = kzalloc(sizeof(struct xrep_ibt), XCHK_GFP_FLAGS); in xrep_iallocbt()
H A Dcow_repair.c688 xc = kzalloc(sizeof(struct xrep_cow), XCHK_GFP_FLAGS); in xrep_bmap_cow()
H A Dalloc_repair.c860 ra = kzalloc(sizeof(struct xrep_abt), XCHK_GFP_FLAGS); in xrep_allocbt()
H A Dbmap_repair.c937 rb = kzalloc(sizeof(struct xrep_bmap), XCHK_GFP_FLAGS); in xrep_bmap()
H A Drtrmap_repair.c117 rr = kzalloc(sizeof(struct xrep_rtrmap), XCHK_GFP_FLAGS); in xrep_setup_rtrmapbt()
H A Dagheader.c818 XCHK_GFP_FLAGS); in xchk_agfl()
H A Drmap_repair.c178 rr = kzalloc(sizeof(struct xrep_rmap), XCHK_GFP_FLAGS); in xrep_setup_ag_rmapbt()

12