Searched refs:ovl_do_getxattr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | util.c | 569 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 D | namei.c | 114 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 D | overlayfs.h | 182 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() function
|
H A D | inode.c | 756 err = ovl_do_getxattr(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 258 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 D | copy_up.c | 134 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 9 milliseconds