Searched refs:UDF_ICB_INTERN_ALLOC (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/fs/udf/
H A Dudf_readwrite.c212 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
223 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
H A Dudf_allocation.c121 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...]
H A Decma167-udf.h281 #define UDF_ICB_INTERN_ALLOC 0x03 macro
H A Dudf_subr.c4692 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);
/netbsd-current/sbin/fsck_udf/
H A Dmain.c354 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...]
/netbsd-current/usr.sbin/makefs/
H A Dudf.c445 UDF_ICB_INTERN_ALLOC)
456 UDF_ICB_INTERN_ALLOC);
/netbsd-current/sbin/newfs_udf/
H A Dudf_core.c2444 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);
2544 icb->flags = udf_rw16(UDF_ICB_INTERN_ALLOC);

Completed in 145 milliseconds