Searched refs:s_bitmap (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudf_sb.h72 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(size, GFP_KERNEL);\
74 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = vmalloc(size);\
75 if (UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap != NULL)\
77 memset(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap, 0x00, size);\
78 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_block_bitmap =\
79 (struct buffer_head **)(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap + 1);\
80 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_nr_groups = nr_groups;\
99 kfree(UDF_SB_PARTMAPS(X)[Y].Z.s_bitmap);\
101 vfree(UDF_SB_PARTMAPS(X)[Y].Z.s_bitmap);\
120 #define UDF_SB_BITMAP(X,Y,Z,I) ( UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap
[all...]
H A Dballoc.c857 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
869 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
889 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
901 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
923 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
936 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
H A Dsuper.c971 if (UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap != NULL)
973 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extLength =
975 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition =
979 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition);
997 if (UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap != NULL)
999 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extLength =
1001 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition =
1005 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition);
1928 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_bitmap);
1933 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_bitmap);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dudf_fs_sb.h51 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon10418
56 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon10419
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dbitmap.c50 bm = AFFS_SB(sb)->s_bitmap;
77 bm = &sbi->s_bitmap[bmap];
169 bm = &sbi->s_bitmap[bmap];
188 bm = sbi->s_bitmap;
292 bm = sbi->s_bitmap = kzalloc(size, GFP_KERNEL);
293 if (!sbi->s_bitmap) {
381 if (!sbi->s_bitmap)
387 kfree(sbi->s_bitmap);
388 sbi->s_bitmap = NULL;
H A Daffs.h102 struct affs_bm_info *s_bitmap; /* Bitmap infos. */ member in struct:affs_sb_info
H A Dsuper.c55 // if (sbi->s_bitmap[i].bm_bh) {
56 // if (buffer_dirty(sbi->s_bitmap[i].bm_bh)) {
464 kfree(sbi->s_bitmap);

Completed in 66 milliseconds