Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dnamei.c17 struct ovl_lookup_data { struct
32 static int ovl_check_redirect(const struct path *path, struct ovl_lookup_data *d, in ovl_check_redirect() argument
203 static struct dentry *ovl_lookup_positive_unlocked(struct ovl_lookup_data *d, in ovl_lookup_positive_unlocked()
225 static int ovl_lookup_single(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_single()
322 static int ovl_lookup_layer(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_layer()
1048 struct ovl_lookup_data d = { in ovl_lookup()