Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/ !
Dkmem.h32 #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()
Dxfs_inode.c410 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 …]
Dxfs_log_cil.c105 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()
Dxfs_iomap.c685 tp = _xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE, KM_NOFS); in xfs_iomap_write_unwritten()
Dxfs_dir2.c254 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
Dxfs_da_btree.c2218 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()
Dxfs_trans.c1166 lidp = kmem_zone_zalloc(xfs_log_item_desc_zone, KM_SLEEP | KM_NOFS); in xfs_trans_add_item()
Dxfs_buf.c64 (((flags) & XBF_DONT_BLOCK) ? KM_NOFS : KM_SLEEP)
Dxfs_attr_leaf.c655 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()
Dxfs_bmap.c5589 map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); in xfs_getbmap()