Searched refs:vxattrs (Results 1 – 1 of 1) sorted by relevance
282 static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) in ceph_vxattrs_name_size() argument284 if (vxattrs == ceph_dir_vxattrs) in ceph_vxattrs_name_size()286 if (vxattrs == ceph_file_vxattrs) in ceph_vxattrs_name_size()288 BUG_ON(vxattrs); in ceph_vxattrs_name_size()296 static size_t __init vxattrs_name_size(struct ceph_vxattr *vxattrs) in vxattrs_name_size() argument301 for (vxattr = vxattrs; vxattr->name; vxattr++) in vxattrs_name_size()786 struct ceph_vxattr *vxattrs = ceph_inode_vxattrs(inode); in ceph_listxattr() local813 vir_namelen = ceph_vxattrs_name_size(vxattrs); in ceph_listxattr()829 if (vxattrs) { in ceph_listxattr()830 for (i = 0; vxattrs[i].name; i++) { in ceph_listxattr()[all …]