Searched refs:new_bucket (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | stackmap.c | 263 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid() local 296 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid() 298 if (unlikely(!new_bucket)) in __bpf_get_stackid() 300 new_bucket->nr = trace_nr; in __bpf_get_stackid() 302 (struct bpf_stack_build_id *)new_bucket->data, in __bpf_get_stackid() 306 memcmp(bucket->data, new_bucket->data, trace_len) == 0) { in __bpf_get_stackid() 307 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in __bpf_get_stackid() 311 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in __bpf_get_stackid() 321 new_bucket = (struct stack_map_bucket *) in __bpf_get_stackid() 323 if (unlikely(!new_bucket)) in __bpf_get_stackid() [all …]
|
| /Linux-v5.15/fs/ocfs2/ |
| D | xattr.c | 5201 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket() local 5205 num_clusters, new_bucket); in ocfs2_extend_xattr_bucket() 5208 BUG_ON(new_bucket >= in ocfs2_extend_xattr_bucket() 5212 end_blk = bucket_blkno(first) + ((new_bucket - 1) * blk_per_bucket); in ocfs2_extend_xattr_bucket() 6671 struct ocfs2_xattr_bucket *new_bucket; member 6695 bucket = args->new_bucket; in ocfs2_get_reflink_xattr_value_root() 6852 ret = ocfs2_init_xattr_bucket(args->new_bucket, new_blkno, 1); in ocfs2_reflink_xattr_bucket() 6859 args->new_bucket, in ocfs2_reflink_xattr_bucket() 6867 memcpy(bucket_block(args->new_bucket, j), in ocfs2_reflink_xattr_bucket() 6877 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket() [all …]
|
| /Linux-v5.15/fs/fuse/ |
| D | inode.c | 515 struct fuse_sync_bucket *bucket, *new_bucket; in fuse_sync_fs_writes() local 518 new_bucket = fuse_sync_bucket_alloc(); in fuse_sync_fs_writes() 526 kfree(new_bucket); in fuse_sync_fs_writes() 534 atomic_inc(&new_bucket->count); in fuse_sync_fs_writes() 535 rcu_assign_pointer(fc->curr_bucket, new_bucket); in fuse_sync_fs_writes() 547 fuse_sync_bucket_dec(new_bucket); in fuse_sync_fs_writes()
|