Lines Matching full:lower
117 * @lower_dentry: Existing dentry in the lower filesystem
121 * Interposes upper and lower dentries.
145 dget(lower_dentry); // don't even try to make the lower negative in ecryptfs_do_unlink()
176 * stat of the lower directory inode.
194 printk(KERN_ERR "%s: Failure to create dentry in lower fs; " in ecryptfs_do_create()
242 "the lower file for the dentry with name " in ecryptfs_initialize_file()
275 "lower filesystem\n"); in ecryptfs_create()
301 "the lower file for the dentry with name " in ecryptfs_i_size_read()
349 /* 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()
694 * Calculate the required size of the lower file based on the
698 * Returns Calculated size of the lower file.
722 * @lower_ia: Address of the lower inode's attributes
730 * the truncation of the lower inode.
804 * know if we need to reduce the size of the lower file. */ in truncate_upper()
831 * The eCryptfs inode and the new *lower* size are mixed here in ecryptfs_inode_newsize_ok()
832 * because we may not have the lower i_mutex held and/or it may in ecryptfs_inode_newsize_ok()
848 * its corresponding lower inode.
890 * of both the ecryptfs inode and the lower inode.
892 * All other metadata changes will be passed right to the lower filesystem,
893 * and we will just update our inode to look like the lower.
935 printk(KERN_WARNING "Either the lower file " in ecryptfs_setattr()
969 * mode change is for clearing setuid/setgid bits. Allow lower fs in ecryptfs_setattr()