Lines Matching defs:upper
160 /* Defer setting d_ino for upper entry to ovl_iterate() */
367 * Insert lowest layer entries before upper ones, this
450 * Set d_ino for upper entries. Non-upper entries should always report
453 * When not all layer are on same fs, report real ino also for upper.
455 * When all layers are on the same fs, and upper has a reference to
684 * Only upper dir can be impure, but if we are in the middle of
687 * a real upper dir to begin with.
1010 void ovl_cleanup_whiteouts(struct ovl_fs *ofs, struct dentry *upper,
1015 inode_lock_nested(upper->d_inode, I_MUTEX_CHILD);
1022 dentry = ovl_lookup_upper(ofs, p->name, upper, p->len);
1025 upper->d_name.name, p->len, p->name,
1030 ovl_cleanup(ofs, upper->d_inode, dentry);
1033 inode_unlock(upper->d_inode);