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.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
498 enum ovl_path_type ovl_path_type(struct dentry *dentry);
503 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
504 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
H A Ddir.c339 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()
344 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()
983 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
H A Dfile.c445 enum ovl_path_type type; in ovl_fsync()
455 type = ovl_path_type(dentry); in ovl_fsync()
H A Dinode.c168 enum ovl_path_type type; in ovl_getattr()