Searched refs:nr_groups (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudf_sb.h68 int nr_groups = ((UDF_SB_PARTLEN((X),(Y)) + (sizeof(struct spaceBitmapDesc) << 3) +\
70 int size = sizeof(struct udf_bitmap) + (sizeof(struct buffer_head *) * nr_groups);\
80 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_nr_groups = nr_groups;\
84 udf_error(X, __FUNCTION__, "Unable to allocate space for bitmap and %d buffer_head pointers", nr_groups);\
91 int nr_groups = UDF_SB_BITMAP_NR_GROUPS(X,Y,Z);\
92 int size = sizeof(struct udf_bitmap) + (sizeof(struct buffer_head *) * nr_groups);\
93 for (i=0; i<nr_groups; i++)\
H A Dballoc.c107 int nr_groups = bitmap->s_nr_groups; local
109 if (block_group >= nr_groups)
111 udf_debug("block_group (%d) > nr_groups (%d)\n", block_group, nr_groups);
226 int nr_groups, bitmap_nr; local
237 nr_groups = (UDF_SB_PARTLEN(sb, partition) +
288 int end_goal, nr_groups, bitmap_nr, i; local
300 nr_groups = bitmap->s_nr_groups;
338 for (i=0; i<(nr_groups*2); i++)
341 if (block_group >= nr_groups)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dintc.h25 unsigned int nr_groups; member in struct:intc_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddevres.c330 int cnt = 0, nr_groups = 0; local
348 nr_groups++;
358 if (!nr_groups)

Completed in 508 milliseconds