Searched refs:ovl_path_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/overlayfs/
H A Dutil.c206 enum ovl_path_type ovl_path_type(struct dentry *dentry) function
209 enum ovl_path_type type = 0;
272 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path)
274 enum ovl_path_type type = ovl_path_type(dentry);
284 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path)
286 enum ovl_path_type type = ovl_path_type(dentry);
H A Doverlayfs.h19 enum ovl_path_type { enum
452 enum ovl_path_type ovl_path_type(struct dentry *dentry);
457 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
458 enum ovl_path_type ovl_path_realdata(struct dentry *dentry, struct path *path);
H A Dreaddir.c475 enum ovl_path_type type;
511 type = ovl_path_type(this);
724 if (OVL_TYPE_MERGE(ovl_path_type(dir->d_parent))) {
772 OVL_TYPE_MERGE(ovl_path_type(dentry->d_parent))))) {
882 if (!OVL_TYPE_UPPER(ovl_path_type(dentry)))
951 enum ovl_path_type type;
H A Ddir.c313 return OVL_TYPE_MERGE(ovl_path_type(dentry));
318 return OVL_TYPE_ORIGIN(ovl_path_type(dentry));
937 enum ovl_path_type type = ovl_path_type(dentry);
H A Dinode.c161 enum ovl_path_type type;

Completed in 311 milliseconds