Home
last modified time | relevance | path

Searched refs:ovl_alloc_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/overlayfs/
Dovl_entry.h111 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
Dexport.c315 oe = ovl_alloc_entry(lower ? 1 : 0); in ovl_obtain_alias()
Doverlayfs.h258 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
Dutil.c82 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() function
Dnamei.c1051 oe = ovl_alloc_entry(ctr); in ovl_lookup()
Dsuper.c1723 oe = ovl_alloc_entry(numlower); in ovl_get_lowerstack()