Lines Matching full:upper

116 		 * (upper fsid is 0). The lowest xinobit is reserved for mapping  in ovl_map_dev_ino()
202 * upper files, so we cannot use the lower origin st_ino in ovl_getattr()
212 * upper hardlink is not broken and that a redirected in ovl_getattr()
239 * no origin on upper, we can end up here. in ovl_getattr()
266 * Return the overlay inode nlinks for indexed upper inodes. in ovl_getattr()
267 * Overlay inode nlink counts the union of the upper hardlinks in ovl_getattr()
268 * and non-covered lower hardlinks. It does not include the upper in ovl_getattr()
558 * upper fs:
620 * To avoid ino collision with legitimate xino values from upper in ovl_map_ino()
685 * With inodes index enabled, an overlay inode nlink counts the union of upper
687 * upper inode, the following nlink modifying operations can happen:
690 * 2. Upper hardlink created, unlinked or renamed over
694 * operation succeeds or fails, but the upper inode nlink may change.
698 * For the second, upper hardlink case, the union nlink should be incremented
700 * upper inode. Therefore, before link/unlink/rename, we store the union nlink
701 * value relative to the upper inode nlink in the index inode.
705 * upper inode where the nlink xattr can be stored before the copied up upper
713 * nlink relative to the upper inode - "U[+-]NUM"
812 * checks, so NULL lower/upper in dentry must match NULL lower/upper in in ovl_verify_inode()
814 * 'unknown' lower/upper. in ovl_verify_inode()
817 /* Real lower dir moved to upper layer under us? */ in ovl_verify_inode()
914 static bool ovl_hash_bylower(struct super_block *sb, struct dentry *upper, in ovl_hash_bylower() argument
919 /* No, if pure upper */ in ovl_hash_bylower()
932 if ((upper || !ovl_indexdir(sb)) && in ovl_hash_bylower()
936 /* No, if non-indexed upper with NFS export */ in ovl_hash_bylower()
937 if (sb->s_export_op && upper) in ovl_hash_bylower()
973 * Copy up origin (lower) may exist for non-indexed upper, but we must in ovl_get_inode()