Home
last modified time | relevance | path

Searched refs:s_table (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dudf_fs_sb.h55 struct inode *s_table; member
60 struct inode *s_table; member
/linux-2.4.37.9/fs/udf/
Dsuper.c824 UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table = in udf_load_partdesc()
828 i, UDF_SB_PARTMAPS(sb)[i].s_uspace.s_table->i_ino); in udf_load_partdesc()
850 UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table = in udf_load_partdesc()
854 i, UDF_SB_PARTMAPS(sb)[i].s_fspace.s_table->i_ino); in udf_load_partdesc()
1527 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_read_super()
1529 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_read_super()
1617 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_put_super()
1619 iput(UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_put_super()
1807 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_uspace.s_table); in udf_count_free()
1812 UDF_SB_PARTMAPS(sb)[UDF_SB_PARTITION(sb)].s_fspace.s_table); in udf_count_free()
Dballoc.c864 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_free_blocks()
876 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table, in udf_free_blocks()
896 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_prealloc_blocks()
908 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table, in udf_prealloc_blocks()
928 UDF_SB_PARTMAPS(sb)[partition].s_uspace.s_table, in udf_new_block()
940 UDF_SB_PARTMAPS(sb)[partition].s_fspace.s_table, in udf_new_block()