Home
last modified time | relevance | path

Searched refs:KM_NOFS (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/fs/xfs/
Dkmem.h33 #define KM_NOFS ((__force xfs_km_flags_t)0x0004u) macro
47 BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL|KM_ZERO)); in kmem_flags_convert()
53 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_flags_convert()
Dkmem.c82 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_zalloc_large()
88 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_zalloc_large()
Dxfs_log_cil.c53 KM_SLEEP|KM_NOFS); in xlog_cil_ticket_alloc()
242 lv = kmem_zalloc(buf_size, KM_SLEEP|KM_NOFS); in xlog_cil_insert_format_items()
445 new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_SLEEP|KM_NOFS); in xlog_cil_push()
Dxfs_buf.c129 KM_NOFS); in xfs_buf_get_maps()
159 bp = kmem_zone_zalloc(xfs_buf_zone, KM_NOFS); in _xfs_buf_alloc()
226 page_count, KM_NOFS); in _xfs_buf_get_pages()
304 bp->b_addr = kmem_alloc(size, KM_NOFS); in xfs_buf_allocate_memory()
1690 btp = kmem_zalloc(sizeof(*btp), KM_SLEEP | KM_NOFS); in xfs_alloc_buftarg()
Dxfs_attr_list.c135 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list()
454 args.value = kmem_alloc(valuelen, KM_SLEEP | KM_NOFS); in xfs_attr3_leaf_list_int()
Dxfs_dir2_readdir.c504 KM_SLEEP | KM_NOFS); in xfs_dir2_leaf_getdents()
Dxfs_iomap.c851 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
Dxfs_trans.c711 lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP | KM_NOFS); in xfs_trans_add_item()
Dxfs_bmap_util.c613 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()
Dxfs_inode.c3215 ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS); in xfs_iflush_cluster()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.c195 ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP | KM_NOFS); in xfs_iformat_fork()
275 ifp->if_u1.if_data = kmem_alloc(real_size, KM_SLEEP | KM_NOFS); in xfs_iformat_local()
402 ifp->if_broot = kmem_alloc(size, KM_SLEEP | KM_NOFS); in xfs_iformat_btree()
503 ifp->if_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc()
519 KM_SLEEP | KM_NOFS); in xfs_iroot_realloc()
545 new_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc()
652 KM_SLEEP | KM_NOFS); in xfs_idata_realloc()
663 KM_SLEEP | KM_NOFS); in xfs_idata_realloc()
668 KM_SLEEP | KM_NOFS); in xfs_idata_realloc()
1077 nex2_ep = (xfs_bmbt_rec_t *) kmem_alloc(byte_diff, KM_NOFS); in xfs_iext_add_indirect_multi()
[all …]
Dxfs_dir2.c239 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_init()
277 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_createname()
339 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
377 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_lookup()
446 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_removename()
511 args = kmem_zalloc(sizeof(*args), KM_SLEEP | KM_NOFS); in xfs_dir_replace()
Dxfs_da_btree.c101 return kmem_zone_zalloc(xfs_da_state_zone, KM_NOFS); in xfs_da_state_alloc()
2422 KM_SLEEP | KM_NOFS); in xfs_buf_map_from_irec()
2481 KM_SLEEP | KM_NOFS); in xfs_dabuf_map()