Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance
421 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local423 if (vxattr) { in ceph_match_vxattr()424 while (vxattr->name) { in ceph_match_vxattr()425 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()426 return vxattr; in ceph_match_vxattr()427 vxattr++; in ceph_match_vxattr()830 struct ceph_vxattr *vxattr = NULL; in __ceph_getxattr() local835 vxattr = ceph_match_vxattr(inode, name); in __ceph_getxattr()836 if (vxattr) { in __ceph_getxattr()838 if (vxattr->flags & VXATTR_FLAG_RSTAT) in __ceph_getxattr()[all …]