Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h417 struct ovl_path *ovl_stack_alloc(unsigned int n);
H A Dutil.c87 struct ovl_path *ovl_stack_alloc(unsigned int n) in ovl_stack_alloc() function
H A Dnamei.c1081 stack = ovl_stack_alloc(ofs->numlayer - 1); in ovl_lookup()