Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dutil.c561 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
579 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
873 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
908 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
920 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
H A 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()
H A Doverlayfs.h182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() function
H A Dinode.c757 err = ovl_do_getxattr(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()