Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dutil.c206 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
209 enum ovl_path_type type = 0; in ovl_path_type()
272 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
274 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
284 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
286 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
Dreaddir.c475 enum ovl_path_type type; in ovl_cache_update()
511 type = ovl_path_type(this); in ovl_cache_update()
724 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
772 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) { in ovl_iterate()
882 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
951 enum ovl_path_type type; in ovl_dir_open()
Doverlayfs.h19 enum ovl_path_type { enum
455 enum ovl_path_type ovl_path_type(struct dentry *dentry);
460 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
461 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
Ddir.c316 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
321 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
950 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
Dinode.c160 enum ovl_path_type type; in ovl_getattr()