Searched refs:num_buckets (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 4008 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local 4021 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets() 4033 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets() 4542 int num_buckets = ocfs2_xattr_buckets_per_cluster(OCFS2_SB(sb)); in ocfs2_mv_xattr_bucket_cross_cluster() local 4543 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() 4548 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster() 4908 int num_buckets = ocfs2_xattr_buckets_per_cluster(osb); in ocfs2_mv_xattr_buckets() local 4914 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets() 4916 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets() 4940 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets() [all …]
|
| /linux/include/net/ |
| H A D | nexthop.h | 254 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets,
|
| /linux/net/ceph/ |
| H A D | osdmap.c | 356 u32 num_choose_arg_maps, num_buckets; in decode_choose_args() local 377 ceph_decode_32_safe(p, end, num_buckets, e_inval); in decode_choose_args() 378 while (num_buckets--) { in decode_choose_args()
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 4066 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets, in nexthop_res_grp_activity_update() argument 4088 if (num_buckets != res_table->num_nh_buckets) in nexthop_res_grp_activity_update() 4091 for (i = 0; i < num_buckets; i++) { in nexthop_res_grp_activity_update()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 298 static void calc_bucket_map(int *bucket, int num_buckets, 9134 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 9143 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map() 9145 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
|