Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Doverlayfs.h476 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
H A Dutil.c145 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() function
H A Dsuper.c1216 oe = ovl_alloc_entry(nr_merged_lower); in ovl_get_lowerstack()