Searched refs:ovl_path (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/overlayfs/ |
| D | ovl_entry.h | 43 struct ovl_path { struct 108 struct ovl_path lowerstack[];
|
| D | namei.c | 343 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() 373 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh() 378 **stackp = (struct ovl_path){ in ovl_check_origin_fh() 394 struct ovl_path **stackp) in ovl_check_origin() 516 struct ovl_path origin = { }; in ovl_verify_index() 517 struct ovl_path *stack = &origin; in ovl_verify_index() 824 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() 894 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path), in ovl_lookup() 901 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup() 1056 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
|
| D | export.c | 280 struct ovl_path *lowerpath, in ovl_obtain_alias() 648 struct ovl_path *lowerpath, in ovl_get_dentry() 697 struct ovl_path origin = { }; in ovl_lower_fh_to_d() 698 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
|
| D | overlayfs.h | 389 struct dentry *upperdentry, struct ovl_path **stackp); 451 struct ovl_path *lowerpath;
|
| D | inode.c | 955 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()
|
| D | super.c | 1820 struct ovl_path *lowerpath = &oe->lowerstack[0]; in ovl_get_root()
|