Home
last modified time | relevance | path

Searched refs:ovl_do_setxattr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/overlayfs/
Doverlayfs.h93 static inline int ovl_do_setxattr(struct dentry *dentry, const char *name, in ovl_do_setxattr() function
Ddir.c121 return ovl_do_setxattr(upperdentry, OVL_XATTR_OPAQUE, "y", 1, 0); in ovl_set_opaque()