Home
last modified time | relevance | path

Searched refs:ovl_inode_realdata (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h449 struct inode *ovl_inode_realdata(struct inode *inode);
H A Dutil.c384 struct inode *ovl_inode_realdata(struct inode *inode) in ovl_inode_realdata() function
H A Dinode.c717 struct inode *realinode = ovl_inode_realdata(inode); in ovl_fiemap()