Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
546 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local548 if (vxattr) { in ceph_match_vxattr()549 while (vxattr->name) { in ceph_match_vxattr()550 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()551 return vxattr; in ceph_match_vxattr()552 vxattr++; in ceph_match_vxattr()556 vxattr = ceph_common_vxattrs; in ceph_match_vxattr()557 while (vxattr->name) { in ceph_match_vxattr()558 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()559 return vxattr; in ceph_match_vxattr()[all …]