Lines Matching refs:lowerstack
61 struct path lowerstack[]; member
68 return oe->numlower ? oe->lowerstack[0].dentry : NULL; in __ovl_dentry_lower()
178 *path = oe->numlower ? oe->lowerstack[0] : (struct path) { NULL, NULL }; in ovl_path_lower()
274 dput(oe->lowerstack[i].dentry); in ovl_dentry_release()
317 struct dentry *d = oe->lowerstack[i].dentry; in ovl_dentry_revalidate()
340 struct dentry *d = oe->lowerstack[i].dentry; in ovl_dentry_weak_revalidate()
367 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
429 *path = oe->lowerstack[idx - 1]; in ovl_path_next()
481 struct path lowerpath = poe->lowerstack[i]; in ovl_lookup()
551 memcpy(oe->lowerstack, stack, sizeof(struct path) * ctr); in ovl_lookup()
1087 oe->lowerstack[i].dentry = stack[i].dentry; in ovl_fill_super()
1088 oe->lowerstack[i].mnt = ufs->lower_mnt[i]; in ovl_fill_super()