Lines Matching defs:upper
160 /* Defer setting d_ino for upper entry to ovl_iterate() */
367 * Insert lowest layer entries before upper ones, this
449 * Set d_ino for upper entries. Non-upper entries should always report
452 * When not all layer are on same fs, report real ino also for upper.
454 * When all layers are on the same fs, and upper has a reference to
679 * Only upper dir can be impure, but if we are in the middle of
682 * a real upper dir to begin with.
1003 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list)
1007 inode_lock_nested(upper->d_inode, I_MUTEX_CHILD);
1014 dentry = lookup_one_len(p->name, upper, p->len);
1017 upper->d_name.name, p->len, p->name,
1022 ovl_cleanup(upper->d_inode, dentry);
1025 inode_unlock(upper->d_inode);