Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dutil.c124 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
127 enum ovl_path_type type = 0; in ovl_path_type()
181 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
183 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
453 if (OVL_TYPE_MERGE(ovl_path_type(dentry)) || impurity) in ovl_dentry_version_inc()
Doverlayfs.h15 enum ovl_path_type { enum
219 enum ovl_path_type ovl_path_type(struct dentry *dentry);
223 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
Dreaddir.c470 enum ovl_path_type type; in ovl_cache_update_ino()
500 type = ovl_path_type(this); in ovl_cache_update_ino()
707 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
752 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) { in ovl_iterate()
834 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_fsync()
892 enum ovl_path_type type; in ovl_dir_open()
Ddir.c285 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
290 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
913 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
Dinode.c148 enum ovl_path_type type; in ovl_getattr()