Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c220 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function
223 enum ovl_path_type type = 0; in ovl_path_type()
286 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()
288 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()
298 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()
300 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
H A Dreaddir.c557 enum ovl_path_type type; in ovl_cache_update()
593 type = ovl_path_type(this); in ovl_cache_update()
811 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()
890 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))) in ovl_need_adjust_d_ino()
977 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()
1046 enum ovl_path_type type; in ovl_dir_open()
H A Doverlayfs.h19 enum ovl_path_type { enum
491 enum ovl_path_type ovl_path_type(struct dentry *dentry);
496 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
497 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);