Home
last modified time | relevance | path

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

/linux-6.1.9/fs/overlayfs/
Dutil.c128 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
131 enum ovl_path_type type = 0; in ovl_path_type()
185 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
187 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
197 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
199 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
Doverlayfs.h16 enum ovl_path_type { enum
366 enum ovl_path_type ovl_path_type(struct dentry *dentry);
371 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
372 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
Dreaddir.c463 enum ovl_path_type type; in ovl_cache_update_ino()
495 type = ovl_path_type(this); in ovl_cache_update_ino()
706 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
753 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) { in ovl_iterate()
863 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
932 enum ovl_path_type type; in ovl_dir_open()
Ddir.c314 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
319 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
965 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
Dinode.c158 enum ovl_path_type type; in ovl_getattr()