Searched refs:XCHK_GFP_FLAGS (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | attr.c | 82 ab = kvzalloc(sizeof(struct xchk_xattr_buf), XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 88 ab->usedmap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 93 ab->freemap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf() 108 new_val = kvmalloc(value_size, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()
|
H A D | symlink.c | 24 sc->buf = kvzalloc(XFS_SYMLINK_MAXLEN + 1, XCHK_GFP_FLAGS); in xchk_setup_symlink()
|
H A D | bitmap.c | 88 XCHK_GFP_FLAGS); 164 left = kmalloc(sizeof(struct xbitmap_node), XCHK_GFP_FLAGS); in xbitmap_set()
|
H A D | scrub.h | 17 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
|
H A D | common.h | 214 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): " fmt, \
|
H A D | rtsummary.c | 59 sc->buf = kvmalloc(mp->m_sb.sb_blocksize, XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
|
H A D | btree.c | 453 co = kmalloc(sizeof(struct check_owner), XCHK_GFP_FLAGS); in xchk_btree_check_owner() 719 bs = kzalloc(cur_sz, XCHK_GFP_FLAGS); in xchk_btree()
|
H A D | stats.c | 256 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
|
H A D | xfile.c | 67 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
|
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 | fscounters.c | 220 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
|
H A D | scrub.c | 499 sc = kzalloc(sizeof(struct xfs_scrub), XCHK_GFP_FLAGS); in xfs_scrub_metadata()
|
H A D | refcount.c | 134 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
|
H A D | dabtree.c | 490 ds = kzalloc(sizeof(struct xchk_da_btree), XCHK_GFP_FLAGS); in xchk_da_btree()
|
H A D | rmap.c | 542 cr = kzalloc(sizeof(struct xchk_rmap), XCHK_GFP_FLAGS); in xchk_rmapbt()
|
H A D | agheader.c | 753 XCHK_GFP_FLAGS); in xchk_agfl()
|