Searched refs:ovl_path_type (Results 1 – 5 of 5) sorted by relevance
183 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function186 enum ovl_path_type type = 0; in ovl_path_type()249 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path) in ovl_path_real()251 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_real()261 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path) in ovl_path_realdata()263 enum ovl_path_type type = ovl_path_type(dentry); in ovl_path_realdata()
465 enum ovl_path_type type; in ovl_cache_update_ino()497 type = ovl_path_type(this); in ovl_cache_update_ino()710 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) { in ovl_iterate_real()758 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) { in ovl_iterate()868 if (!OVL_TYPE_UPPER(ovl_path_type(dentry))) in ovl_dir_real_file()937 enum ovl_path_type type; in ovl_dir_open()
19 enum ovl_path_type { enum430 enum ovl_path_type ovl_path_type(struct dentry *dentry);435 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);436 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
313 return OVL_TYPE_MERGE(ovl_path_type(dentry)); in ovl_type_merge()318 return OVL_TYPE_ORIGIN(ovl_path_type(dentry)); in ovl_type_origin()945 enum ovl_path_type type = ovl_path_type(dentry); in ovl_type_merge_or_lower()
161 enum ovl_path_type type; in ovl_getattr()