Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dattr.c82 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 Dsymlink.c24 sc->buf = kvzalloc(XFS_SYMLINK_MAXLEN + 1, XCHK_GFP_FLAGS); in xchk_setup_symlink()
H A Dbitmap.c88 XCHK_GFP_FLAGS);
164 left = kmalloc(sizeof(struct xbitmap_node), XCHK_GFP_FLAGS); in xbitmap_set()
H A Dscrub.h17 #define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \ macro
H A Dcommon.h214 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): " fmt, \
H A Drtsummary.c59 sc->buf = kvmalloc(mp->m_sb.sb_blocksize, XCHK_GFP_FLAGS); in xchk_setup_rtsummary()
H A Dbtree.c453 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 Dstats.c256 buf = kvmalloc(bufsize, XCHK_GFP_FLAGS); in xchk_scrub_stats_read()
H A Dxfile.c67 xf = kmalloc(sizeof(struct xfile), XCHK_GFP_FLAGS); in xfile_create()
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 Dfscounters.c220 sc->buf = kzalloc(sizeof(struct xchk_fscounters), XCHK_GFP_FLAGS); in xchk_setup_fscounters()
H A Dscrub.c499 sc = kzalloc(sizeof(struct xfs_scrub), XCHK_GFP_FLAGS); in xfs_scrub_metadata()
H A Drefcount.c134 XCHK_GFP_FLAGS); in xchk_refcountbt_rmap_check()
H A Ddabtree.c490 ds = kzalloc(sizeof(struct xchk_da_btree), XCHK_GFP_FLAGS); in xchk_da_btree()
H A Drmap.c542 cr = kzalloc(sizeof(struct xchk_rmap), XCHK_GFP_FLAGS); in xchk_rmapbt()
H A Dagheader.c753 XCHK_GFP_FLAGS); in xchk_agfl()