Home
last modified time | relevance | path

Searched refs:lowerstack (Results 1 – 5 of 5) sorted by relevance

/linux/fs/overlayfs/
A Dutil.c88 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
112 flags |= oe->lowerstack[i].dentry->d_flags; in ovl_dentry_update_reval()
166 path->mnt = oe->lowerstack[0].layer->mnt; in ovl_path_lower()
167 path->dentry = oe->lowerstack[0].dentry; in ovl_path_lower()
178 path->mnt = oe->lowerstack[oe->numlower - 1].layer->mnt; in ovl_path_lowerdata()
179 path->dentry = oe->lowerstack[oe->numlower - 1].dentry; in ovl_path_lowerdata()
206 return oe->numlower ? oe->lowerstack[0].dentry : NULL; in ovl_dentry_lower()
213 return oe->numlower ? oe->lowerstack[0].layer : NULL; in ovl_layer_lower()
226 return oe->numlower ? oe->lowerstack[oe->numlower - 1].dentry : NULL; in ovl_dentry_lowerdata()
A Dexport.c94 return oe->lowerstack[0].layer->idx; in ovl_connectable_layer()
115 origin_layer = OVL_E(dentry)->lowerstack[0].layer->idx; in ovl_connect_layer()
322 oe->lowerstack->dentry = dget(lower); in ovl_obtain_alias()
323 oe->lowerstack->layer = lowerpath->layer; in ovl_obtain_alias()
352 if (oe->lowerstack[i].layer->idx == idx) in ovl_dentry_real_at()
353 return oe->lowerstack[i].dentry; in ovl_dentry_real_at()
A Dnamei.c795 path->dentry = oe->lowerstack[idx - 1].dentry; in ovl_path_next()
796 path->mnt = oe->lowerstack[idx - 1].layer->mnt; in ovl_path_next()
907 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup()
1065 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
1164 struct dentry *lowerdir = poe->lowerstack[i].dentry; in ovl_lower_positive()
A Dovl_entry.h112 struct ovl_path lowerstack[]; member
A Dsuper.c61 dput(oe->lowerstack[i].dentry); in ovl_entry_stack_free()
150 ret = ovl_revalidate_real(oe->lowerstack[i].dentry, flags, in ovl_dentry_revalidate_common()
1536 oe->lowerstack[0].dentry, true); in ovl_get_indexdir()
1837 oe->lowerstack[i].dentry = dget(stack[i].dentry); in ovl_get_lowerstack()
1838 oe->lowerstack[i].layer = &ofs->layers[i+1]; in ovl_get_lowerstack()
1931 struct ovl_path *lowerpath = &oe->lowerstack[0]; in ovl_get_root()

Completed in 13 milliseconds