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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dudf_fs_sb.h54 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon11521
59 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon11522
H A Daffs_fs_sb.h29 struct affs_bm_info *s_bitmap; /* Bitmap infos. */ member in struct:affs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dudf_fs_sb.h54 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon7123
59 struct udf_bitmap *s_bitmap; member in union:udf_part_map::__anon7124
H A Daffs_fs_sb.h29 struct affs_bm_info *s_bitmap; /* Bitmap infos. */ member in struct:affs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dudf_sb.h63 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap = kmalloc(sizeof(struct udf_bitmap) +\
66 if (UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap != NULL)\
68 memset(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap, 0x00,\
70 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_block_bitmap =\
71 (struct buffer_head **)(UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap + 1);\
72 UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_nr_groups = nr_groups;\
97 #define UDF_SB_BITMAP(X,Y,Z,I) ( UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_block_bitmap[I] )
98 #define UDF_SB_BITMAP_NR_GROUPS(X,Y,Z) ( UDF_SB_PARTMAPS(X)[(Y)].Z.s_bitmap->s_nr_groups )
H A Dsuper.c833 if (UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap != NULL)
835 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extLength =
837 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition =
841 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_bitmap->s_extPosition);
859 if (UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap != NULL)
861 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extLength =
863 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition =
867 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_bitmap->s_extPosition);
1537 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_bitmap);
1546 kfree(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_bitmap);
[all...]
H A Dballoc.c858 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
870 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
890 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
902 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
922 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_bitmap,
934 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_bitmap,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dbitmap.c58 bm = AFFS_SB->s_bitmap;
84 bm = &AFFS_SB->s_bitmap[bmap];
174 bm = &AFFS_SB->s_bitmap[bmap];
191 bm = AFFS_SB->s_bitmap;
296 bm = AFFS_SB->s_bitmap = kmalloc(size, GFP_KERNEL);
297 if (!AFFS_SB->s_bitmap) {
301 memset(AFFS_SB->s_bitmap, 0, size);
H A Dsuper.c54 kfree(AFFS_SB->s_bitmap);
66 // if (AFFS_SB->s_bitmap[i].bm_bh) {
67 // if (buffer_dirty(AFFS_SB->s_bitmap[i].bm_bh)) {
430 if (AFFS_SB->s_bitmap)
431 kfree(AFFS_SB->s_bitmap);

Completed in 80 milliseconds