Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dkmem.h19 #define KM_NOFS ((__force xfs_km_flags_t)0x0004u) macro
34 BUG_ON(flags & ~(KM_NOFS | KM_MAYFAIL | KM_ZERO | KM_NOLOCKDEP)); in kmem_flags_convert()
37 if (flags & KM_NOFS) in kmem_flags_convert()
A Dxfs_buf.c193 KM_NOFS); in xfs_buf_get_maps()
329 xfs_km_flags_t kmflag_mask = KM_NOFS; in xfs_buf_alloc_kmem()
2001 btp = kmem_zalloc(sizeof(*btp), KM_NOFS); in xfs_alloc_buftarg()
A Dxfs_attr_list.c113 sbp = sbuf = kmem_alloc(sbsize, KM_NOFS); in xfs_attr_shortform_list()
A Dxfs_attr_item.c572 sizeof(struct xfs_da_args), KM_NOFS); in xfs_attri_item_recover()
A Dxfs_log_cil.c104 ctx = kmem_zalloc(sizeof(*ctx), KM_NOFS); in xlog_cil_ctx_alloc()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_dir2.c238 args = kmem_zalloc(sizeof(*args), KM_NOFS); in xfs_dir_init()
275 args = kmem_zalloc(sizeof(*args), KM_NOFS); in xfs_dir_createname()
335 args->value = kmem_alloc(len, KM_NOFS | KM_MAYFAIL); in xfs_dir_cilookup_result()
374 args = kmem_zalloc(sizeof(*args), KM_NOFS); in xfs_dir_lookup()
443 args = kmem_zalloc(sizeof(*args), KM_NOFS); in xfs_dir_removename()
504 args = kmem_zalloc(sizeof(*args), KM_NOFS); in xfs_dir_replace()
A Dxfs_inode_fork.c53 ifp->if_u1.if_data = kmem_alloc(mem_size, KM_NOFS); in xfs_init_local_fork()
204 ifp->if_broot = kmem_alloc(size, KM_NOFS); in xfs_iformat_btree()
385 ifp->if_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
426 new_broot = kmem_alloc(new_size, KM_NOFS); in xfs_iroot_realloc()
A Dxfs_iext_tree.c401 struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_grow()
457 struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_node()
545 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf()
586 ifp->if_u1.if_root = kmem_zalloc(sizeof(struct xfs_iext_rec), KM_NOFS); in xfs_iext_alloc_root()
A Dxfs_btree_staging.c142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot()
223 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_ifakeroot()
A Dxfs_defer.c713 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture()
A Dxfs_da_btree.c2528 irecs = kmem_zalloc(sizeof(irec) * nfsb, KM_NOFS); in xfs_dabuf_map()
2541 map = kmem_zalloc(nirecs * sizeof(struct xfs_buf_map), KM_NOFS); in xfs_dabuf_map()

Completed in 33 milliseconds