Home
last modified time | relevance | path

Searched refs:vxattr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dxattr.c545 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr() local
547 if (vxattr) { in ceph_match_vxattr()
548 while (vxattr->name) { in ceph_match_vxattr()
549 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()
550 return vxattr; in ceph_match_vxattr()
551 vxattr++; in ceph_match_vxattr()
555 vxattr = ceph_common_vxattrs; in ceph_match_vxattr()
556 while (vxattr->name) { in ceph_match_vxattr()
557 if (!strcmp(vxattr->name, name)) in ceph_match_vxattr()
558 return vxattr; in ceph_match_vxattr()
[all …]