Searched refs:vxattrs (Results 1 – 1 of 1) sorted by relevance
358 static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) in ceph_vxattrs_name_size() argument360 if (vxattrs == ceph_dir_vxattrs) in ceph_vxattrs_name_size()362 if (vxattrs == ceph_file_vxattrs) in ceph_vxattrs_name_size()364 BUG_ON(vxattrs); in ceph_vxattrs_name_size()372 static size_t __init vxattrs_name_size(struct ceph_vxattr *vxattrs) in vxattrs_name_size() argument377 for (vxattr = vxattrs; vxattr->name; vxattr++) { in vxattrs_name_size()881 struct ceph_vxattr *vxattrs = ceph_inode_vxattrs(inode); in ceph_listxattr() local908 vir_namelen = ceph_vxattrs_name_size(vxattrs); in ceph_listxattr()924 if (vxattrs) { in ceph_listxattr()925 for (i = 0; vxattrs[i].name; i++) { in ceph_listxattr()[all …]