Home
last modified time | relevance | path

Searched refs:ovl_i_dentry_upper (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dutil.c333 struct dentry *ovl_i_dentry_upper(struct inode *inode) in ovl_i_dentry_upper() function
342 path->dentry = ovl_i_dentry_upper(inode); in ovl_i_path_real()
355 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_inode_upper()
H A Doverlayfs.h444 struct dentry *ovl_i_dentry_upper(struct inode *inode);
H A Dinode.c359 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_xattr_set()
H A Dsuper.c120 upper = ovl_i_dentry_upper(inode); in ovl_dentry_revalidate_common()