Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
127 static struct ceph_vxattr_cb *ceph_match_vxattr(struct ceph_vxattr_cb *vxattr, in ceph_match_vxattr() argument131 if (strcmp(vxattr->name, name) == 0) in ceph_match_vxattr()132 return vxattr; in ceph_match_vxattr()133 vxattr++; in ceph_match_vxattr()134 } while (vxattr->name); in ceph_match_vxattr()506 struct ceph_vxattr_cb *vxattr = NULL; in ceph_getxattr() local513 vxattr = ceph_match_vxattr(vxattrs, name); in ceph_getxattr()532 if (vxattr && vxattr->readonly) { in ceph_getxattr()533 err = vxattr->getxattr_cb(ci, value, size); in ceph_getxattr()545 if (vxattr) in ceph_getxattr()[all …]