Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
510 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local512 if (vxattr) { in ceph_match_vxattr()513 while (vxattr->name) { in ceph_match_vxattr()514 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()515 return vxattr; in ceph_match_vxattr()516 vxattr++; in ceph_match_vxattr()520 vxattr = ceph_common_vxattrs; in ceph_match_vxattr()521 while (vxattr->name) { in ceph_match_vxattr()522 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()523 return vxattr; in ceph_match_vxattr()[all …]