Home
last modified time | relevance | path

Searched refs:ovl_do_getxattr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dutil.c569 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
587 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
881 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
916 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
928 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
H A Dnamei.c114 res = ovl_do_getxattr(ofs, dentry, ox, NULL, 0); in ovl_get_fh()
128 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.c756 err = ovl_do_getxattr(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Doverlayfs.h258 static inline ssize_t ovl_do_getxattr(const struct path *path, const char *name, in ovl_do_getxattr() function
284 return ovl_do_getxattr(&upperpath, ovl_xattr(ofs, ox), value, size); in ovl_getxattr_upper()
292 return ovl_do_getxattr(path, ovl_xattr(ofs, ox), value, size); in ovl_path_getxattr()
H A Dcopy_up.c134 size = ovl_do_getxattr(oldpath, name, value, value_size); in ovl_copy_xattr()
136 size = ovl_do_getxattr(oldpath, name, NULL, 0); in ovl_copy_xattr()
968 res = ovl_do_getxattr(path, name, NULL, 0); in ovl_getxattr_value()
977 res = ovl_do_getxattr(path, name, buf, res); in ovl_getxattr_value()

Completed in 8 milliseconds