Searched refs:KM_MAYFAIL (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | kmem.c | 25 if (ptr || (flags & (KM_MAYFAIL|KM_NOSLEEP))) in kmem_alloc() 43 ptr = kmem_alloc(size, flags | KM_MAYFAIL); in kmem_alloc_large() 75 if (ptr || (flags & (KM_MAYFAIL|KM_NOSLEEP))) in kmem_realloc() 95 if (ptr || (flags & (KM_MAYFAIL|KM_NOSLEEP))) in kmem_zone_alloc()
|
D | kmem.h | 22 #define KM_MAYFAIL ((__force xfs_km_flags_t)0x0008u) macro 35 BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL|KM_ZERO)); in kmem_flags_convert() 52 if (flags & KM_MAYFAIL) in kmem_flags_convert()
|
D | xfs_filestream.c | 253 item = kmem_alloc(sizeof(*item), KM_MAYFAIL); in xfs_filestream_pick_ag()
|
D | xfs_log_cil.c | 1158 cil = kmem_zalloc(sizeof(*cil), KM_SLEEP|KM_MAYFAIL); in xlog_cil_init() 1162 ctx = kmem_zalloc(sizeof(*ctx), KM_SLEEP|KM_MAYFAIL); in xlog_cil_init()
|
D | xfs_error.c | 212 KM_SLEEP | KM_MAYFAIL); in xfs_errortag_init()
|
D | xfs_trans_ail.c | 802 ailp = kmem_zalloc(sizeof(struct xfs_ail), KM_MAYFAIL); in xfs_trans_ail_init()
|
D | xfs_itable.c | 47 buf = kmem_zalloc(sizeof(*buf), KM_SLEEP | KM_MAYFAIL); in xfs_bulkstat_one_int()
|
D | xfs_log.c | 443 KM_SLEEP | KM_MAYFAIL); in xfs_log_reserve() 1429 log = kmem_zalloc(sizeof(struct xlog), KM_MAYFAIL); in xlog_alloc_log() 1519 *iclogp = kmem_zalloc(sizeof(xlog_in_core_t), KM_MAYFAIL); in xlog_alloc_log()
|
D | xfs_mount.c | 199 pag = kmem_zalloc(sizeof(*pag), KM_MAYFAIL); in xfs_initialize_perag()
|
D | xfs_super.c | 1225 tmp_mp = kmem_zalloc(sizeof(*tmp_mp), KM_MAYFAIL); in xfs_test_remount_options()
|
D | xfs_inode.c | 3157 cilist = kmem_alloc(cilist_size, KM_MAYFAIL|KM_NOFS); in xfs_iflush_cluster()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | bitmap.c | 33 bmr = kmem_alloc(sizeof(struct xfs_bitmap_range), KM_MAYFAIL); in xfs_bitmap_set() 190 KM_MAYFAIL); in xfs_bitmap_disunion()
|
D | refcount.c | 139 KM_MAYFAIL); in xchk_refcountbt_rmap_check()
|
D | btree.c | 431 KM_MAYFAIL); in xchk_btree_check_owner()
|
D | agheader.c | 728 KM_MAYFAIL); in xchk_agfl()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2.c | 117 KM_SLEEP | KM_MAYFAIL); in xfs_da_mount() 119 KM_SLEEP | KM_MAYFAIL); in xfs_da_mount() 321 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
|