Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
420 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local422 if (vxattr) { in ceph_match_vxattr()423 while (vxattr->name) { in ceph_match_vxattr()424 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()425 return vxattr; in ceph_match_vxattr()426 vxattr++; in ceph_match_vxattr()829 struct ceph_vxattr *vxattr = NULL; in __ceph_getxattr() local834 vxattr = ceph_match_vxattr(inode, name); in __ceph_getxattr()835 if (vxattr) { in __ceph_getxattr()837 if (vxattr->flags & VXATTR_FLAG_RSTAT) in __ceph_getxattr()[all …]