Searched refs:ovl_path_type (Results 1 – 6 of 6) sorted by relevance
222 enum ovl_path_type ovl_path_type(struct dentry *dentry) in ovl_path_type() function225 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()
477 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()
19 enum ovl_path_type { enum471 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);
317 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()
452 enum ovl_path_type type; in ovl_fsync()463 type = ovl_path_type(dentry); in ovl_fsync()
160 enum ovl_path_type type; in ovl_getattr()
Completed in 20 milliseconds