Lines Matching refs:numlower
86 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() argument
88 size_t size = offsetof(struct ovl_entry, lowerstack[numlower]); in ovl_alloc_entry()
92 oe->numlower = numlower; in ovl_alloc_entry()
111 for (i = 0; i < oe->numlower; i++) in ovl_dentry_update_reval()
139 if (oe->numlower) { in ovl_path_type()
147 if (oe->numlower > 1) in ovl_path_type()
165 if (oe->numlower) { in ovl_path_lower()
177 if (oe->numlower) { in ovl_path_lowerdata()
178 path->mnt = oe->lowerstack[oe->numlower - 1].layer->mnt; in ovl_path_lowerdata()
179 path->dentry = oe->lowerstack[oe->numlower - 1].dentry; in ovl_path_lowerdata()
220 return oe->numlower ? oe->lowerstack[0].dentry : NULL; in ovl_dentry_lower()
227 return oe->numlower ? oe->lowerstack[0].layer : NULL; in ovl_layer_lower()
240 return oe->numlower ? oe->lowerstack[oe->numlower - 1].dentry : NULL; in ovl_dentry_lowerdata()
1013 return (oe->numlower > 1); in ovl_is_metacopy_dentry()