Searched refs:ovl_path (Results 1 – 6 of 6) sorted by relevance
/fs/overlayfs/ |
D | ovl_entry.h | 55 struct ovl_path { struct 122 struct ovl_path lowerstack[]; 142 struct ovl_path lowerpath;
|
D | namei.c | 348 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() 378 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh() 383 **stackp = (struct ovl_path){ in ovl_check_origin_fh() 399 struct ovl_path **stackp) in ovl_check_origin() 521 struct ovl_path origin = { }; in ovl_verify_index() 522 struct ovl_path *stack = &origin; in ovl_verify_index() 830 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() 900 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path), in ovl_lookup() 907 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup() 1065 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
|
D | export.c | 282 struct ovl_path *lowerpath, in ovl_obtain_alias() 649 struct ovl_path *lowerpath, in ovl_get_dentry() 698 struct ovl_path origin = { }; in ovl_lower_fh_to_d() 699 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
|
D | overlayfs.h | 436 struct dentry *upperdentry, struct ovl_path **stackp); 513 struct ovl_path *lowerpath;
|
D | inode.c | 1112 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()
|
D | super.c | 1962 struct ovl_path *lowerpath = &oe->lowerstack[0]; in ovl_get_root()
|