Searched refs:KM_NOFS (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | kmem.h | 19 #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 D | xfs_buf.c | 193 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 D | xfs_attr_list.c | 113 sbp = sbuf = kmem_alloc(sbsize, KM_NOFS); in xfs_attr_shortform_list()
|
A D | xfs_attr_item.c | 572 sizeof(struct xfs_da_args), KM_NOFS); in xfs_attri_item_recover()
|
A D | xfs_log_cil.c | 104 ctx = kmem_zalloc(sizeof(*ctx), KM_NOFS); in xlog_cil_ctx_alloc()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_dir2.c | 238 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 D | xfs_inode_fork.c | 53 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 D | xfs_iext_tree.c | 401 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 D | xfs_btree_staging.c | 142 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 D | xfs_defer.c | 713 dfc = kmem_zalloc(sizeof(*dfc), KM_NOFS); in xfs_defer_ops_capture()
|
A D | xfs_da_btree.c | 2528 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