Lines Matching full:lower
186 * If lower filesystem supports NFS file handles, this also guaranties in ovl_getattr()
204 * Lower hardlinks may be broken on copy up to different in ovl_getattr()
205 * upper files, so we cannot use the lower origin st_ino in ovl_getattr()
209 * same dir on a lower layer. With the "verify_lower" in ovl_getattr()
210 * feature, we do not use the lower origin st_ino, if in ovl_getattr()
226 * If we are querying a metacopy dentry and lower in ovl_getattr()
229 * vfs_getattr(). If lower itself is metacopy, then in ovl_getattr()
241 * If lower is not same as lowerdata or if there was in ovl_getattr()
276 * and non-covered lower hardlinks. It does not include the upper in ovl_getattr()
344 * of the POSIX ACLs retrieved from the lower layer to this function to not
416 * would alter the cached values filesystem wide for the lower in ovl_get_acl_path()
435 * alter the cached values filesystem wide for the lower filesystem. Instead we
490 * If ACL is to be removed from a lower file, check if it exists in in ovl_set_or_remove_acl()
672 * so children of "ovl-immutable" directories lower aliases of in ovl_fileattr_set()
786 * overlayfs instance as lower layer. We need to annotate the
943 * hardlinks and non-covered lower hardlinks. During the lifetime of a non-pure
946 * 1. Lower hardlink copy up
948 * 3. Lower hardlink whiteout or renamed over
953 * lower inode nlink in the index inode xattr .overlay.nlink.
960 * For the last, lower cover up case, we simplify things by preceding the
971 * nlink relative to the lower inode - "L[+-]NUM"
1069 * checks, so NULL lower/upper in dentry must match NULL lower/upper in in ovl_verify_inode()
1071 * 'unknown' lower/upper. in ovl_verify_inode()
1074 /* Real lower dir moved to upper layer under us? */ in ovl_verify_inode()
1084 * Allow non-NULL lower inode in ovl_inode even if lowerdentry is NULL. in ovl_verify_inode()
1086 * or hardlinked overlay dentry and lower dentry cannot be followed in ovl_verify_inode()
1087 * by origin because lower fs does not support file handles. in ovl_verify_inode()
1094 * This happens when finding a lower alias for a copied up hard link. in ovl_verify_inode()
1169 * Does overlay inode need to be hashed by lower inode?
1172 struct dentry *lower, bool index) in ovl_hash_bylower() argument
1177 if (!lower) in ovl_hash_bylower()
1188 /* No, if lower hardlink is or will be broken on copy up */ in ovl_hash_bylower()
1190 !d_is_dir(lower) && d_inode(lower)->i_nlink > 1) in ovl_hash_bylower()
1197 /* Otherwise, hash by lower inode for fsnotify */ in ovl_hash_bylower()
1234 * Copy up origin (lower) may exist for non-indexed upper, but we must in ovl_get_inode()
1235 * not use lower as hash key if this is a broken hardlink. in ovl_get_inode()
1272 /* Lower hardlink that will be broken on copy up */ in ovl_get_inode()