Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dnamei.c18 struct ovl_lookup_data { struct
35 static int ovl_check_redirect(const struct path *path, struct ovl_lookup_data *d, in ovl_check_redirect() argument
211 static struct dentry *ovl_lookup_positive_unlocked(struct ovl_lookup_data *d, in ovl_lookup_positive_unlocked()
233 static int ovl_lookup_single(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_single()
356 static int ovl_lookup_layer(struct dentry *base, struct ovl_lookup_data *d, in ovl_lookup_layer()
1064 static bool ovl_check_follow_redirect(struct ovl_lookup_data *d) in ovl_check_follow_redirect()
1090 static int ovl_lookup_layers(struct ovl_lookup_ctx *ctx, struct ovl_lookup_data *d) in ovl_lookup_layers()
1392 struct ovl_lookup_data d = { in ovl_lookup()