Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c222 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
225 enum ovl_path_type type = 0; in ovl_path_type()
288 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
290 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
300 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
302 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
H A Dreaddir.c477 enum ovl_path_type type; in ovl_cache_update()
513 type = ovl_path_type(this); in ovl_cache_update()
732 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
780 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) { in ovl_iterate()
890 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
959 enum ovl_path_type type; in ovl_dir_open()
H A Doverlayfs.h19 enum ovl_path_type { enum
471 enum ovl_path_type ovl_path_type(struct dentry *dentry);
476 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
477 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
H A Dfile.c452 enum ovl_path_type type; in ovl_fsync()
463 type = ovl_path_type(dentry); in ovl_fsync()
H A Ddir.c317 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
322 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
951 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()