Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
429 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local431 if (vxattr) { in ceph_match_vxattr()432 while (vxattr->name) { in ceph_match_vxattr()433 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()434 return vxattr; in ceph_match_vxattr()435 vxattr++; in ceph_match_vxattr()838 struct ceph_vxattr *vxattr = NULL; in __ceph_getxattr() local843 vxattr = ceph_match_vxattr(inode, name); in __ceph_getxattr()844 if (vxattr) { in __ceph_getxattr()846 if (vxattr->flags & VXATTR_FLAG_RSTAT) in __ceph_getxattr()[all …]