Searched refs:KM_NOFS (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | kmem.h | 33 #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()
|
D | kmem.c | 82 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()
|
D | xfs_log_cil.c | 53 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()
|
D | xfs_buf.c | 129 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()
|
D | xfs_attr_list.c | 135 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()
|
D | xfs_dir2_readdir.c | 504 KM_SLEEP | KM_NOFS); in xfs_dir2_leaf_getdents()
|
D | xfs_iomap.c | 851 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
|
D | xfs_trans.c | 711 lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP | KM_NOFS); in xfs_trans_add_item()
|
D | xfs_bmap_util.c | 613 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()
|
D | xfs_inode.c | 3215 ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS); in xfs_iflush_cluster()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 195 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 …]
|
D | xfs_dir2.c | 239 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()
|
D | xfs_da_btree.c | 101 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()
|