diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-04-13 18:43:31 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-13 20:29:32 +0200 |
| commit | 8ba8079b119fc956671eed6c7e8cb6efd355ae61 (patch) | |
| tree | a3fe1037163146b7977bb56755e44bbd70b42a75 /sys/linux/xattr.txt | |
| parent | bfeda1b1077c9ffe6f9597cbae4b6a5d747b4695 (diff) | |
sys/linux: add file_handle descriptions
Diffstat (limited to 'sys/linux/xattr.txt')
| -rw-r--r-- | sys/linux/xattr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/xattr.txt b/sys/linux/xattr.txt index 069f53b95..7b39ec74f 100644 --- a/sys/linux/xattr.txt +++ b/sys/linux/xattr.txt @@ -184,6 +184,11 @@ ovl_fb { fid array[int8] } [packed] +ovl_fh { + padding array[const[0, int8], 3] + fb ovl_fb +} [packed] + type uuid_t array[int8, UUID_SIZE] ovl_fb_flags = OVL_FH_FLAG_BIG_ENDIAN, OVL_FH_FLAG_ANY_ENDIAN, OVL_FH_FLAG_PATH_UPPER |
