Lines Matching full:lower

183 	 * If lower filesystem supports NFS file handles, this also guaranties  in ovl_getattr()
201 * Lower hardlinks may be broken on copy up to different in ovl_getattr()
202 * upper files, so we cannot use the lower origin st_ino in ovl_getattr()
206 * same dir on a lower layer. With the "verify_lower" in ovl_getattr()
207 * feature, we do not use the lower origin st_ino, if in ovl_getattr()
223 * If we are querying a metacopy dentry and lower in ovl_getattr()
226 * vfs_getattr(). If lower itself is metacopy, then in ovl_getattr()
238 * If lower is not same as lowerdata or if there was in ovl_getattr()
266 * and non-covered lower hardlinks. It does not include the upper in ovl_getattr()
562 * so children of "ovl-immutable" directories lower aliases of in ovl_fileattr_set()
669 * overlayfs instance as lower layer. We need to annotate the
781 OVL_I(inode)->lower = igrab(d_inode(oip->lowerpath->dentry)); in ovl_inode_init()
826 * hardlinks and non-covered lower hardlinks. During the lifetime of a non-pure
829 * 1. Lower hardlink copy up
831 * 3. Lower hardlink whiteout or renamed over
836 * lower inode nlink in the index inode xattr .overlay.nlink.
843 * For the last, lower cover up case, we simplify things by preceding the
854 * nlink relative to the lower inode - "L[+-]NUM"
952 * checks, so NULL lower/upper in dentry must match NULL lower/upper in in ovl_verify_inode()
954 * 'unknown' lower/upper. in ovl_verify_inode()
957 /* Real lower dir moved to upper layer under us? */ in ovl_verify_inode()
967 * Allow non-NULL lower inode in ovl_inode even if lowerdentry is NULL. in ovl_verify_inode()
969 * or hardlinked overlay dentry and lower dentry cannot be followed in ovl_verify_inode()
970 * by origin because lower fs does not support file handles. in ovl_verify_inode()
977 * This happens when finding a lower alias for a copied up hard link. in ovl_verify_inode()
1052 * Does overlay inode need to be hashed by lower inode?
1055 struct dentry *lower, bool index) in ovl_hash_bylower() argument
1060 if (!lower) in ovl_hash_bylower()
1071 /* No, if lower hardlink is or will be broken on copy up */ in ovl_hash_bylower()
1073 !d_is_dir(lower) && d_inode(lower)->i_nlink > 1) in ovl_hash_bylower()
1080 /* Otherwise, hash by lower inode for fsnotify */ in ovl_hash_bylower()
1113 * Copy up origin (lower) may exist for non-indexed upper, but we must in ovl_get_inode()
1114 * not use lower as hash key if this is a broken hardlink. in ovl_get_inode()
1149 /* Lower hardlink that will be broken on copy up */ in ovl_get_inode()