Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dexport.c311 oe = ovl_alloc_entry(!!lower); in ovl_obtain_alias()
H A Doverlayfs.h483 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
H A Dnamei.c1306 ctx->oe = ovl_alloc_entry(ctx->ctr); in ovl_lookup_layers()
H A Dutil.c145 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() function
H A Dsuper.c1220 oe = ovl_alloc_entry(nr_merged_lower); in ovl_get_lowerstack()