Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dkmem.h33 #define KM_MAYFAIL 0x0008u macro
45 BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL)); in kmem_flags_convert()
Dkmem.c57 if (ptr || (flags & (KM_MAYFAIL|KM_NOSLEEP))) in kmem_alloc()
113 if (ptr || (flags & (KM_MAYFAIL|KM_NOSLEEP))) in kmem_zone_alloc()
Dxfs_log_cil.c44 cil = kmem_zalloc(sizeof(*cil), KM_SLEEP|KM_MAYFAIL); in xlog_cil_init()
48 ctx = kmem_zalloc(sizeof(*ctx), KM_SLEEP|KM_MAYFAIL); in xlog_cil_init()
Dxfs_dfrag.c224 tempifp = kmem_alloc(sizeof(xfs_ifork_t), KM_MAYFAIL); in xfs_swap_extents()
Dxfs_trans_ail.c760 ailp = kmem_zalloc(sizeof(struct xfs_ail), KM_MAYFAIL); in xfs_trans_ail_init()
Dxfs_itable.c73 buf = kmem_alloc(sizeof(*buf), KM_SLEEP | KM_MAYFAIL); in xfs_bulkstat_one_int()
Dxfs_dir2.c254 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
Dxfs_filestream.c386 item = kmem_zone_zalloc(item_zone, KM_MAYFAIL); in _xfs_filestream_update_ag()
Dxfs_log.c409 KM_SLEEP | KM_MAYFAIL); in xfs_log_reserve()
1122 log = kmem_zalloc(sizeof(xlog_t), KM_MAYFAIL); in xlog_alloc_log()
1198 *iclogp = kmem_zalloc(sizeof(xlog_in_core_t), KM_MAYFAIL); in xlog_alloc_log()
Dxfs_ioctl.c450 kbuf = kmem_zalloc(*len, KM_SLEEP | KM_MAYFAIL); in xfs_attrmulti_attr_get()
Dxfs_mount.c465 pag = kmem_zalloc(sizeof(*pag), KM_MAYFAIL); in xfs_initialize_perag()
Dxfs_alloc.c2519 new = kmem_zalloc(sizeof(struct xfs_busy_extent), KM_MAYFAIL); in xfs_alloc_busy_insert()
Dxfs_bmap.c5547 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL); in xfs_getbmap()
5589 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()
Dxfs_inode.c2255 ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS); in xfs_iflush_cluster()