New commands -projid, -get_projid, -get_projid_r, -set_projid, -set_projid_r, -find test -has_projid, -find actions get_projid, set_projid, get_projid_minmax
This commit is contained in:
@ -712,7 +712,17 @@ int Xorriso_set_lfa_flags(struct XorrisO *xorriso, void *in_node, char *path,
|
||||
char *lfa_text, uint64_t lfa_flags, int operator,
|
||||
int flag);
|
||||
|
||||
int Xorriso_remove_all_lfa_flags(struct XorrisO *xorriso, int flag);
|
||||
int Xorriso_get_projid(struct XorrisO *xorriso, void *in_node, char *path,
|
||||
uint32_t *projid, int flag);
|
||||
|
||||
int Xorriso_set_projid(struct XorrisO *xorriso, void *in_node, char *path,
|
||||
uint32_t projid, int flag);
|
||||
|
||||
int Xorriso_show_projid(struct XorrisO *xorriso, char *path, uint32_t projid,
|
||||
int flag);
|
||||
|
||||
int Xorriso_tree_remove_isofs_var(struct XorrisO *xorriso, char *isofs_name,
|
||||
int flag);
|
||||
|
||||
int Xorriso_set_local_chattr_ia(struct XorrisO *xorriso, char *disk_path,
|
||||
int flag);
|
||||
|
Reference in New Issue
Block a user