Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dutil.c214 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
217 enum ovl_path_type type = 0; in ovl_path_type()
280 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
282 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
292 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
294 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
H A Doverlayfs.h19 enum ovl_path_type { enum
449 enum ovl_path_type ovl_path_type(struct dentry *dentry);
454 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
455 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
H A 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()
H A Dfile.c452 enum ovl_path_type type; in ovl_fsync()
463 type = ovl_path_type(dentry); in ovl_fsync()
H A Ddir.c288 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
293 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
936 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
H A Dinode.c160 enum ovl_path_type type; in ovl_getattr()