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

  /src/sys/fs/udf/
udf_readwrite.c 212 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
223 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
udf_allocation.c 121 if (addr_type == UDF_ICB_INTERN_ALLOC) {
292 if (addr_type == UDF_ICB_INTERN_ALLOC) {
683 if (addr_type == UDF_ICB_INTERN_ALLOC) {
1842 if (addr_type == UDF_ICB_INTERN_ALLOC) {
1965 if (addr_type == UDF_ICB_INTERN_ALLOC) {
1966 panic("udf_append_adslot on UDF_ICB_INTERN_ALLOC\n");
2288 if (addr_type == UDF_ICB_INTERN_ALLOC) {
2655 if (addr_type == UDF_ICB_INTERN_ALLOC) {
2933 if (addr_type == UDF_ICB_INTERN_ALLOC) {
2982 * UDF_ICB_INTERN_ALLOC
    [all...]
ecma167-udf.h 281 #define UDF_ICB_INTERN_ALLOC 0x03
udf_subr.c 4692 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);
4774 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);
5228 if (addr_type == UDF_ICB_INTERN_ALLOC) {
5237 if (addr_type != UDF_ICB_INTERN_ALLOC) {
6593 assert(addr_type == UDF_ICB_INTERN_ALLOC);
6632 assert(addr_type == UDF_ICB_INTERN_ALLOC);
  /src/sbin/fsck_udf/
main.c 354 if (ad_type == UDF_ICB_INTERN_ALLOC) {
785 if (ad_type == UDF_ICB_INTERN_ALLOC) {
804 if (ad_type == UDF_ICB_INTERN_ALLOC) {
827 if (ad_type == UDF_ICB_INTERN_ALLOC) {
855 if (ad_type == UDF_ICB_INTERN_ALLOC) {
865 if (ad_type == UDF_ICB_INTERN_ALLOC) {
880 if (ad_type == UDF_ICB_INTERN_ALLOC) {
897 if (ad_type == UDF_ICB_INTERN_ALLOC) {
909 if (ad_type == UDF_ICB_INTERN_ALLOC) {
921 if (ad_type == UDF_ICB_INTERN_ALLOC) {
    [all...]
  /src/usr.sbin/makefs/
udf.c 445 UDF_ICB_INTERN_ALLOC)
456 UDF_ICB_INTERN_ALLOC);
  /src/sbin/newfs_udf/
udf_core.c 2444 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);
2544 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);

Completed in 158 milliseconds