Home
last modified time | relevance | path

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

/fs/overlayfs/
Dutil.c577 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
595 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
889 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
924 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
936 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
Dnamei.c115 res = ovl_do_getxattr(ofs, dentry, ox, NULL, 0); in ovl_get_fh()
129 res = ovl_do_getxattr(ofs, dentry, ox, fh->buf, res); in ovl_get_fh()
Doverlayfs.h182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() function
Dinode.c757 err = ovl_do_getxattr(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()