Searched refs:s_group_info (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c2248 sbi->s_group_info[group >> EXT4_DESC_PER_BLOCK_BITS(sb)] =
2260 sbi->s_group_info[group >> EXT4_DESC_PER_BLOCK_BITS(sb)];
2307 kfree(sbi->s_group_info[group >> EXT4_DESC_PER_BLOCK_BITS(sb)]);
2330 * The s_group_info array is allocated with this value
2342 * array_size is the size of s_group_info array. We round it
2348 while (array_size < sizeof(*sbi->s_group_info) *
2354 sbi->s_group_info = kmalloc(array_size, GFP_KERNEL);
2355 if (sbi->s_group_info == NULL) {
2383 kfree(sbi->s_group_info[i]);
2386 kfree(sbi->s_group_info);
[all...]
H A Dext4.h1121 struct ext4_group_info ***s_group_info; member in struct:ext4_sb_info
1822 grp_info = EXT4_SB(sb)->s_group_info;

Completed in 207 milliseconds