From 8ba8079b119fc956671eed6c7e8cb6efd355ae61 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 13 Apr 2021 18:43:31 +0200 Subject: sys/linux: add file_handle descriptions --- sys/linux/xattr.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/linux/xattr.txt') 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 -- cgit mrf-deployment