New API calls iso_node_get_projid(), iso_node_set_projid(), iso_local_get_projid(), iso_local_set_projid()
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user