Lines Matching refs:GFP_NOFS
307 p = kmalloc(sizeof(*p), GFP_NOFS); in fs_path_alloc()
366 tmp_buf = kmalloc(len, GFP_NOFS); in fs_path_ensure_buf()
370 tmp_buf = krealloc(p->buf, len, GFP_NOFS); in fs_path_ensure_buf()
998 buf = kmalloc(buf_len, GFP_NOFS); in iterate_dir_item()
1045 GFP_NOFS | __GFP_NOWARN); in iterate_dir_item()
1306 backref_ctx = kmalloc(sizeof(*backref_ctx), GFP_NOFS); in find_extent_clone()
1987 nce_head = kmalloc(sizeof(*nce_head), GFP_NOFS); in name_cache_insert()
2182 nce = kmalloc(sizeof(*nce) + fs_path_len(dest) + 1, GFP_NOFS); in __get_cur_name_and_parent()
2318 name = kmalloc(BTRFS_PATH_NAME_MAX, GFP_NOFS); in send_subvol_begin()
2733 ref = kmalloc(sizeof(*ref), GFP_NOFS); in __record_ref()
2758 new = kmalloc(sizeof(*ref), GFP_NOFS); in dup_ref()
2821 odi = kmalloc(sizeof(*odi), GFP_NOFS); in add_orphan_dir_info()
2976 dm = kmalloc(sizeof(*dm), GFP_NOFS); in add_waiting_dir_move()
3043 pm = kmalloc(sizeof(*pm), GFP_NOFS); in add_pending_dir_move()
4283 ctx->found_data = kmemdup(data, data_len, GFP_NOFS); in __find_xattr()
4484 page = find_or_create_page(inode->i_mapping, index, GFP_NOFS); in fill_read_buf()
5992 sctx = kzalloc(sizeof(struct send_ctx), GFP_NOFS); in btrfs_ioctl_send()
6000 INIT_RADIX_TREE(&sctx->name_cache, GFP_NOFS); in btrfs_ioctl_send()