HomeSort by: relevance | last modified time | path
    Searched refs:UDF_ICB_SHORT_ALLOC (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/udf/
udf_allocation.c 1849 if (addr_type == UDF_ICB_SHORT_ALLOC) {
1860 if (addr_type == UDF_ICB_SHORT_ALLOC) {
1899 if (addr_type == UDF_ICB_SHORT_ALLOC) {
1970 if (addr_type == UDF_ICB_SHORT_ALLOC) {
1989 if (addr_type == UDF_ICB_SHORT_ALLOC) {
2030 if (addr_type == UDF_ICB_SHORT_ALLOC) {
2100 if (addr_type == UDF_ICB_SHORT_ALLOC) {
2134 if (addr_type == UDF_ICB_SHORT_ALLOC) {
2718 addr_type = UDF_ICB_SHORT_ALLOC;
ecma167-udf.h 278 #define UDF_ICB_SHORT_ALLOC 0x00
udf_subr.c 479 if (addr_type == UDF_ICB_SHORT_ALLOC) {
  /src/sbin/fsck_udf/
main.c 363 if (ad_type == UDF_ICB_SHORT_ALLOC) {
997 if ((ad_type != UDF_ICB_SHORT_ALLOC) &&
1001 if (ad_type == UDF_ICB_SHORT_ALLOC)
1021 if (ad_type == UDF_ICB_SHORT_ALLOC) {
1093 if (ad_type == UDF_ICB_SHORT_ALLOC)
2250 if (addr_type != UDF_ICB_SHORT_ALLOC) {
3233 (ad_type != UDF_ICB_SHORT_ALLOC) &&
  /src/usr.sbin/makefs/
udf.c 550 assert(cur_alloc == UDF_ICB_SHORT_ALLOC);
595 icb->flags = udf_rw16(UDF_ICB_SHORT_ALLOC);
  /src/sbin/newfs_udf/
udf_core.c 2628 icb->flags = udf_rw16(UDF_ICB_SHORT_ALLOC);
3971 if (addr_type != UDF_ICB_SHORT_ALLOC) {

Completed in 28 milliseconds