/linux/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 | 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 | rcbag.c | 39 bag = kzalloc(sizeof(struct rcbag), XCHK_GFP_FLAGS); in rcbag_init()
|
H A D | xfile.c | 60 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
|
H A D | scrub.h | 60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
|
H A D | rtbitmap.c | 44 XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
|
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 | rtsummary.c | 54 XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
|
H A D | stats.c | 263 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
|
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 | 633 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 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 | 745 rr = kzalloc(sizeof(struct xrep_rtrefc), XCHK_GFP_FLAGS); in xrep_rtrefcountbt()
|
H A D | rtrefcount.c | 160 XCHK_GFP_FLAGS); in xchk_rtrefcountbt_rmap_check()
|
H A D | parent.c | 761 pp = kvzalloc(sizeof(struct xchk_pptrs), XCHK_GFP_FLAGS); in xchk_parent_pptr()
|
H A D | ialloc_repair.c | 808 ri = kzalloc(sizeof(struct xrep_ibt), XCHK_GFP_FLAGS); in xrep_iallocbt()
|
H A D | cow_repair.c | 688 xc = kzalloc(sizeof(struct xrep_cow), XCHK_GFP_FLAGS); in xrep_bmap_cow()
|
H A D | alloc_repair.c | 860 ra = kzalloc(sizeof(struct xrep_abt), XCHK_GFP_FLAGS); in xrep_allocbt()
|
H A D | bmap_repair.c | 937 rb = kzalloc(sizeof(struct xrep_bmap), XCHK_GFP_FLAGS); in xrep_bmap()
|
H A D | rtrmap_repair.c | 117 rr = kzalloc(sizeof(struct xrep_rtrmap), XCHK_GFP_FLAGS); in xrep_setup_rtrmapbt()
|
H A D | agheader.c | 818 XCHK_GFP_FLAGS); in xchk_agfl()
|
H A D | rmap_repair.c | 178 rr = kzalloc(sizeof(struct xrep_rmap), XCHK_GFP_FLAGS); in xrep_setup_ag_rmapbt()
|