New flag bit 12 "do not ignore XFS-style project ids" with isoburn_drive_aquire(). New isoburn_read_opts extension isoburn_ropt_projid.

This commit is contained in:
2024-11-03 19:24:28 +01:00
parent f42884bb2b
commit 923bfa0be9
6 changed files with 28 additions and 7 deletions

View File

@@ -340,8 +340,12 @@ struct isoburn_read_opts {
*/
/* ts C40826 */
unsigned int lfa_only_settable:1; /* Ignore non-settable flags from
from external filesystem objects
external filesystem objects
*/
/* ts C41010 */
unsigned int projid:1; /* Read XFS-style project ids from
external filesystem objects
*/
/* ts A90508 */
unsigned int noino:1; /* Discard eventual PX inode numbers */