Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
544 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local546 if (vxattr) { in ceph_match_vxattr()547 while (vxattr->name) { in ceph_match_vxattr()548 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()549 return vxattr; in ceph_match_vxattr()550 vxattr++; in ceph_match_vxattr()554 vxattr = ceph_common_vxattrs; in ceph_match_vxattr()555 while (vxattr->name) { in ceph_match_vxattr()556 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()557 return vxattr; in ceph_match_vxattr()[all …]