Home
last modified time | relevance | path

Searched refs:numlower (Results 1 – 2 of 2) sorted by relevance

/fs/overlayfs/
A Dutil.c147 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() argument
151 oe = kzalloc(struct_size(oe, __lowerstack, numlower), GFP_KERNEL); in ovl_alloc_entry()
153 oe->__numlower = numlower; in ovl_alloc_entry()
A Doverlayfs.h456 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);

Completed in 9 milliseconds