Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h114 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
H A Doverlayfs.h261 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
H A Dexport.c315 oe = ovl_alloc_entry(lower ? 1 : 0); in ovl_obtain_alias()
H A Dutil.c90 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() function
H A Dnamei.c1053 oe = ovl_alloc_entry(ctr); in ovl_lookup()
H A Dsuper.c1763 oe = ovl_alloc_entry(numlower); in ovl_get_lowerstack()