New API calls iso_node_get_projid(), iso_node_set_projid(), iso_local_get_projid(), iso_local_set_projid()

This commit is contained in:
2024-11-03 19:17:32 +01:00
parent 72f0365458
commit b7c1e03ff7
17 changed files with 603 additions and 44 deletions

View File

@ -176,6 +176,7 @@ Format of Value:
Example:
(FS_SECRM_FL|FS_APPEND_FL|FS_NOCOMP_FL) = 0x421
{ 4 , 33 }
Registered:
12 Jul 2024 by Thomas Schmitt for libisofs.
@ -250,6 +251,27 @@ Registered:
-------------------------------------------------------------------------------
Name:
isofs.pi
Purpose:
Records the project id for XFS-style quota management.
See man xfs_quota(8).
Missing isofs.pi is defaulted to project id 0.
Format of Value:
A byte string which begins with the most significant byte.
Up to four bytes are permissible.
Example:
Project id 258
{ 1, 2 }
Registered:
09 Oct 2024 by Thomas Schmitt for libisofs.
-------------------------------------------------------------------------------
Name:
isofs.st