Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dinode.c192 fsid = ovl_layer_lower(dentry)->fsid; in ovl_getattr()
222 fsid = ovl_layer_lower(dentry)->fsid; in ovl_getattr()
H A Dreaddir.c517 ovl_layer_lower(this)->fsid, in ovl_cache_update_ino()
699 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
H A Doverlayfs.h442 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
H A Dutil.c287 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower() function