Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h703 int ovl_xattr_get(struct dentry *dentry, struct inode *inode, const char *name,
H A Dinode.c404 int ovl_xattr_get(struct dentry *dentry, struct inode *inode, const char *name, in ovl_xattr_get() function
H A Dsuper.c460 return ovl_xattr_get(dentry, inode, name, buffer, size); in ovl_other_xattr_get()