Lines Matching refs:ovl_path
87 struct ovl_path *ovl_stack_alloc(unsigned int n)
89 return kcalloc(n, sizeof(struct ovl_path), GFP_KERNEL);
92 void ovl_stack_cpy(struct ovl_path *dst, struct ovl_path *src, unsigned int n)
96 memcpy(dst, src, sizeof(struct ovl_path) * n);
101 void ovl_stack_put(struct ovl_path *stack, unsigned int n)
109 void ovl_stack_free(struct ovl_path *stack, unsigned int n)
158 struct ovl_path *lowerstack = ovl_lowerstack(oe);
216 struct ovl_path *lowerpath = ovl_lowerstack(oe);
229 struct ovl_path *lowerdata = ovl_lowerdata(oe);
302 int ovl_dentry_set_lowerdata(struct dentry *dentry, struct ovl_path *datapath)
305 struct ovl_path *lowerdata = ovl_lowerdata(oe);
337 struct ovl_path *lowerpath = ovl_lowerpath(OVL_I_E(inode));
359 struct ovl_path *lowerpath = ovl_lowerpath(OVL_I_E(inode));