Searched refs:XCHK_GFP_FLAGS (Results 1 – 20 of 20) sorted by relevance
/linux/fs/xfs/scrub/ |
H A 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, \
|
H A 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()
|
H A D | rtbitmap.c | 33 rtb = kzalloc(sizeof(struct xchk_rtbitmap), XCHK_GFP_FLAGS); in xchk_setup_rtbitmap()
|
H A D | scrub.h | 60 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
|
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 | 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 | 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 | 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()
|
H A D | rtsummary.c | 50 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 | cow_repair.c | 558 xc = kzalloc(sizeof(struct xrep_cow), XCHK_GFP_FLAGS); in xrep_bmap_cow()
|
H A D | refcount_repair.c | 715 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 | rmap.c | 551 cr = kzalloc(sizeof(struct xchk_rmap), XCHK_GFP_FLAGS); in xchk_rmapbt()
|
H A D | parent.c | 739 pp = kvzalloc(sizeof(struct xchk_pptrs), XCHK_GFP_FLAGS); in xchk_parent_pptr()
|
H A D | ialloc_repair.c | 815 ri = kzalloc(sizeof(struct xrep_ibt), XCHK_GFP_FLAGS); in xrep_iallocbt()
|
H A D | bmap_repair.c | 814 rb = kzalloc(sizeof(struct xrep_bmap), XCHK_GFP_FLAGS); in xrep_bmap()
|
H A D | inode_repair.c | 151 sc->buf = kzalloc(sizeof(struct xrep_inode), XCHK_GFP_FLAGS); in xrep_setup_inode()
|
H A D | agheader_repair.c | 1727 sc->buf = kzalloc(sizeof(struct xrep_agi), XCHK_GFP_FLAGS); in xrep_agi()
|