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

  /src/sys/fs/udf/
udf_allocation.c 1851 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
1866 KASSERT(addr_type == UDF_ICB_LONG_ALLOC);
1904 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
1972 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
1995 KASSERT(addr_type == UDF_ICB_LONG_ALLOC);
2035 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
2104 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
2138 } else if (addr_type == UDF_ICB_LONG_ALLOC) {
2720 addr_type = UDF_ICB_LONG_ALLOC;
ecma167-udf.h 279 #define UDF_ICB_LONG_ALLOC 0x01
  /src/usr.sbin/makefs/
udf.c 558 assert(cur_alloc == UDF_ICB_LONG_ALLOC);
603 icb->flags = udf_rw16(UDF_ICB_LONG_ALLOC);
  /src/sbin/newfs_udf/
udf_core.c 2935 fe->icbtag.flags = udf_rw16(UDF_ICB_LONG_ALLOC);
2966 efe->icbtag.flags = udf_rw16(UDF_ICB_LONG_ALLOC);
2996 fe->icbtag.flags = udf_rw16(UDF_ICB_LONG_ALLOC);
  /src/sbin/fsck_udf/
main.c 998 (ad_type != UDF_ICB_LONG_ALLOC))
1025 } else /* UDF_ICB_LONG_ALLOC */ {
3234 (ad_type != UDF_ICB_LONG_ALLOC)) {

Completed in 22 milliseconds