Searched refs:KM_NOFS (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/fs/xfs/ ! |
D | kmem.h | 32 #define KM_NOFS 0x0004u macro 45 BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL)); in kmem_flags_convert() 51 if ((current->flags & PF_FSTRANS) || (flags & KM_NOFS)) in kmem_flags_convert()
|
D | xfs_inode.c | 410 ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP | KM_NOFS); in xfs_iformat() 490 ifp->if_u1.if_data = kmem_alloc(real_size, KM_SLEEP | KM_NOFS); in xfs_iformat_local() 616 ifp->if_broot = kmem_alloc(size, KM_SLEEP | KM_NOFS); in xfs_iformat_btree() 1813 ifp->if_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc() 1829 KM_SLEEP | KM_NOFS); in xfs_iroot_realloc() 1855 new_broot = kmem_alloc(new_size, KM_SLEEP | KM_NOFS); in xfs_iroot_realloc() 1960 KM_SLEEP | KM_NOFS); in xfs_idata_realloc() 1971 KM_SLEEP | KM_NOFS); in xfs_idata_realloc() 1976 KM_SLEEP | KM_NOFS); in xfs_idata_realloc() 2255 ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS); in xfs_iflush_cluster() [all …]
|
D | xfs_log_cil.c | 105 KM_SLEEP|KM_NOFS); in xlog_cil_ticket_alloc() 209 KM_SLEEP|KM_NOFS); in xlog_cil_prepare_log_vecs() 452 new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_SLEEP|KM_NOFS); in xlog_cil_push()
|
D | xfs_iomap.c | 685 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
|
D | xfs_dir2.c | 254 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
|
D | xfs_da_btree.c | 2218 return kmem_zone_zalloc(xfs_da_state_zone, KM_NOFS); in xfs_da_state_alloc() 2273 dabuf = kmem_zone_alloc(xfs_dabuf_zone, KM_NOFS); in xfs_da_buf_make() 2275 dabuf = kmem_alloc(XFS_DA_BUF_SIZE(nbuf), KM_NOFS); in xfs_da_buf_make()
|
D | xfs_trans.c | 1166 lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP | KM_NOFS); in xfs_trans_add_item()
|
D | xfs_buf.c | 64 (((flags) & XBF_DONT_BLOCK) ? KM_NOFS : KM_SLEEP)
|
D | xfs_attr_leaf.c | 655 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list() 2421 args.value = kmem_alloc(valuelen, KM_SLEEP | KM_NOFS); in xfs_attr_leaf_list_int()
|
D | xfs_bmap.c | 5589 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()
|