Lines Matching full:lower
107 * @lower_dentry: Existing dentry in the lower filesystem
111 * Interposes upper and lower dentries.
138 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_do_unlink()
168 * stat of the lower directory inode.
185 printk(KERN_ERR "%s: Failure to create dentry in lower fs; " in ecryptfs_do_create()
233 "the lower file for the dentry with name " in ecryptfs_initialize_file()
267 "lower filesystem\n"); in ecryptfs_create()
293 "the lower file for the dentry with name " in ecryptfs_i_size_read()
350 /* We want to add because we couldn't find in lower */ in ecryptfs_lookup_interpose()
538 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_rmdir()
685 * Calculate the required size of the lower file based on the
689 * Returns Calculated size of the lower file.
713 * @lower_ia: Address of the lower inode's attributes
721 * the truncation of the lower inode.
795 * know if we need to reduce the size of the lower file. */ in truncate_upper()
822 * The eCryptfs inode and the new *lower* size are mixed here in ecryptfs_inode_newsize_ok()
823 * because we may not have the lower i_mutex held and/or it may in ecryptfs_inode_newsize_ok()
839 * its corresponding lower inode.
877 * of both the ecryptfs inode and the lower inode.
879 * All other metadata changes will be passed right to the lower filesystem,
880 * and we will just update our inode to look like the lower.
921 printk(KERN_WARNING "Either the lower file " in ecryptfs_setattr()
955 * mode change is for clearing setuid/setgid bits. Allow lower fs in ecryptfs_setattr()