Home
last modified time | relevance | path

Searched refs:stackp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/overlayfs/
Dnamei.c323 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() argument
344 if (!*stackp) in ovl_check_origin_fh()
345 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
346 if (!*stackp) { in ovl_check_origin_fh()
350 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
366 struct ovl_path **stackp, unsigned int *ctrp) in ovl_check_origin() argument
374 err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp); in ovl_check_origin()
Doverlayfs.h302 struct dentry *upperdentry, struct ovl_path **stackp);