Searched refs:UDF_SB_PARTFUNC (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dpartition.c39 if (UDF_SB_PARTFUNC(sb, partition))
40 return UDF_SB_PARTFUNC(sb, partition)(sb, block, partition, offset);
H A Dudf_sb.h118 #define UDF_SB_PARTFUNC(X,Y) ( UDF_SB_PARTMAPS(X)[(Y)].s_partition_func ) macro
H A Dsuper.c1046 UDF_SB_PARTFUNC(sb,i) = NULL;
1056 UDF_SB_PARTFUNC(sb,i) = udf_get_pblock_virt15;
1061 UDF_SB_PARTFUNC(sb,i) = udf_get_pblock_virt20;
1089 UDF_SB_PARTFUNC(sb,i) = udf_get_pblock_spar15;

Completed in 52 milliseconds