Searched hist:"3 b0bfc6ed3c434800e5eacfb6cdbe45c07c270e1" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/overlayfs/ |
H A D | export.c | diff 3b0bfc6ed3c434800e5eacfb6cdbe45c07c270e1 Sun Dec 24 17:42:16 CET 2017 Amir Goldstein <amir73il@gmail.com> ovl: decode indexed dir file handles
Decoding an indexed dir file handle is done by looking up the file handle in index dir by name and then decoding the upper dir from the index origin file handle. The decoded upper path is used to lookup an overlay dentry of the same path.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | namei.c | diff 3b0bfc6ed3c434800e5eacfb6cdbe45c07c270e1 Sun Dec 24 17:42:16 CET 2017 Amir Goldstein <amir73il@gmail.com> ovl: decode indexed dir file handles
Decoding an indexed dir file handle is done by looking up the file handle in index dir by name and then decoding the upper dir from the index origin file handle. The decoded upper path is used to lookup an overlay dentry of the same path.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|