HomeSort by: relevance | last modified time | path
    Searched defs:integrity_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/udf/
ecma167-udf.h 609 uint32_t integrity_type; member in struct:logvol_int_desc
  /src/sbin/newfs_udf/
udf_core.c 1514 lvid->integrity_type = udf_rw32(type);
4719 int error, integrity_type; local in function:udf_do_newfs_prefix
4974 integrity_type = UDF_INTEGRITY_OPEN;
4975 if ((error = udf_create_lvintd(integrity_type)))
  /src/sbin/fsck_udf/
main.c 1523 udf_rw32(context.logvol_integrity->integrity_type) ?
1538 int integrity_type, error; local in function:udf_writeout_lvint
1542 integrity_type = udf_rw32(context.logvol_integrity->integrity_type);
1543 if (integrity_type == UDF_INTEGRITY_CLOSED)
1979 context.logvol_integrity->integrity_type = udf_rw32(UDF_INTEGRITY_CLOSED);
2956 int integrity_type; local in function:udf_close_volume_vat
2959 integrity_type = udf_rw32(context.logvol_integrity->integrity_type);
2960 if (integrity_type == UDF_INTEGRITY_CLOSED
    [all...]

Completed in 18 milliseconds