Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
518 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local520 if (vxattr) { 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()524 vxattr++; in ceph_match_vxattr()528 vxattr = ceph_common_vxattrs; in ceph_match_vxattr()529 while (vxattr->name) { in ceph_match_vxattr()530 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()531 return vxattr; in ceph_match_vxattr()[all …]