Searched refs:ovl_numlower (Results 1 – 3 of 3) sorted by relevance
123 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() function130 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack()
158 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()193 for (i = 0; i < ovl_numlower(oe) && lowerstack[i].dentry; i++) in ovl_dentry_init_flags()231 if (ovl_numlower(oe)) { in ovl_path_type()239 if (ovl_numlower(oe) > 1) in ovl_path_type()258 if (ovl_numlower(oe)) { in ovl_path_lower()323 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL; in ovl_dentry_lower()330 return ovl_numlower(oe) ? ovl_lowerstack(oe)->layer : NULL; in ovl_layer_lower()350 if (WARN_ON_ONCE(ovl_numlower(oe) <= 1)) in ovl_dentry_set_lowerdata()1302 return (ovl_numlower(oe) > 1); in ovl_is_metacopy_dentry()
149 for (i = 0; ret > 0 && i < ovl_numlower(oe); i++) in ovl_dentry_revalidate_common()218 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()1332 for (int i = 0; i < ovl_numlower(oe) - 1; i++, lowerpath++) { in ovl_get_root()