Searched refs:stackp (Results 1 – 2 of 2) sorted by relevance
348 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument377 if (!*stackp) in ovl_check_origin_fh()378 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()379 if (!*stackp) { in ovl_check_origin_fh()383 **stackp = (struct ovl_path){ in ovl_check_origin_fh()399 struct ovl_path **stackp) in ovl_check_origin() argument407 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
436 struct dentry *upperdentry, struct ovl_path **stackp);