ovl_path_type     283 fs/overlayfs/dir.c 	return OVL_TYPE_MERGE(ovl_path_type(dentry));
ovl_path_type     288 fs/overlayfs/dir.c 	return OVL_TYPE_ORIGIN(ovl_path_type(dentry));
ovl_path_type     892 fs/overlayfs/dir.c 	enum ovl_path_type type = ovl_path_type(dentry);
ovl_path_type     145 fs/overlayfs/inode.c 	enum ovl_path_type type;
ovl_path_type     216 fs/overlayfs/overlayfs.h enum ovl_path_type ovl_path_type(struct dentry *dentry);
ovl_path_type     220 fs/overlayfs/overlayfs.h enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
ovl_path_type     467 fs/overlayfs/readdir.c 	enum ovl_path_type type;
ovl_path_type     497 fs/overlayfs/readdir.c 	type = ovl_path_type(this);
ovl_path_type     704 fs/overlayfs/readdir.c 	if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) {
ovl_path_type     749 fs/overlayfs/readdir.c 		      OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) {
ovl_path_type     831 fs/overlayfs/readdir.c 	if (!OVL_TYPE_UPPER(ovl_path_type(dentry)))
ovl_path_type     889 fs/overlayfs/readdir.c 	enum ovl_path_type type;
ovl_path_type     120 fs/overlayfs/util.c enum ovl_path_type ovl_path_type(struct dentry *dentry)
ovl_path_type     123 fs/overlayfs/util.c 	enum ovl_path_type type = 0;
ovl_path_type     177 fs/overlayfs/util.c enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)
ovl_path_type     179 fs/overlayfs/util.c 	enum ovl_path_type type = ovl_path_type(dentry);
ovl_path_type     449 fs/overlayfs/util.c 	if (OVL_TYPE_MERGE(ovl_path_type(dentry)) || impurity)