Home
last modified time | relevance | path

Searched refs:KM_MAYFAIL (Results 1 – 17 of 17) sorted by relevance

/fs/xfs/
Dkmem.h20 #define KM_MAYFAIL ((__force xfs_km_flags_t)0x0008u) macro
34 BUG_ON(flags & ~(KM_NOFS | KM_MAYFAIL | KM_ZERO | KM_NOLOCKDEP)); in kmem_flags_convert()
47 if (flags & KM_MAYFAIL) in kmem_flags_convert()
Dkmem.c21 if (ptr || (flags & KM_MAYFAIL)) in kmem_alloc()
Dxfs_itable.c190 KM_MAYFAIL); in xfs_bulkstat_one()
282 KM_MAYFAIL); in xfs_bulkstat()
Dxfs_filestream.c219 item = kmem_alloc(sizeof(*item), KM_MAYFAIL); in xfs_filestream_pick_ag()
Dxfs_error.c240 KM_MAYFAIL); in xfs_errortag_init()
Dxfs_iwalk.c163 iwag->recs = kmem_alloc(size, KM_MAYFAIL); in xfs_iwalk_alloc()
Dxfs_trans_ail.c902 ailp = kmem_zalloc(sizeof(struct xfs_ail), KM_MAYFAIL); in xfs_trans_ail_init()
Dxfs_log.c1538 log = kmem_zalloc(sizeof(struct xlog), KM_MAYFAIL); in xlog_alloc_log()
1614 iclog = kmem_zalloc(sizeof(*iclog) + bvec_size, KM_MAYFAIL); in xlog_alloc_log()
Dxfs_log_cil.c1837 cil = kmem_zalloc(sizeof(*cil), KM_MAYFAIL); in xlog_cil_init()
/fs/xfs/scrub/
Dbitmap.c28 bmr = kmem_alloc(sizeof(struct xbitmap_range), KM_MAYFAIL); in xbitmap_set()
185 KM_MAYFAIL); in xbitmap_disunion()
Dbtree.c435 KM_MAYFAIL); in xchk_btree_check_owner()
652 bs = kmem_zalloc(cur_sz, KM_NOFS | KM_MAYFAIL); in xchk_btree()
Drefcount.c131 KM_MAYFAIL); in xchk_refcountbt_rmap_check()
Dscrub.c468 sc = kmem_zalloc(sizeof(struct xfs_scrub), KM_NOFS | KM_MAYFAIL); in xfs_scrub_metadata()
Ddabtree.c489 ds = kmem_zalloc(sizeof(struct xchk_da_btree), KM_NOFS | KM_MAYFAIL); in xchk_da_btree()
Dagheader.c729 KM_MAYFAIL); in xchk_agfl()
/fs/xfs/libxfs/
Dxfs_dir2.c107 KM_MAYFAIL); in xfs_da_mount()
109 KM_MAYFAIL); in xfs_da_mount()
335 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
Dxfs_ag.c286 pag = kmem_zalloc(sizeof(*pag), KM_MAYFAIL); in xfs_initialize_perag()