Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dxattr.c155 static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) in ceph_vxattrs_name_size() argument
157 if (vxattrs == ceph_dir_vxattrs) in ceph_vxattrs_name_size()
159 if (vxattrs == ceph_file_vxattrs) in ceph_vxattrs_name_size()
170 static size_t __init vxattrs_name_size(struct ceph_vxattr *vxattrs) in vxattrs_name_size() argument
175 for (vxattr = vxattrs; vxattr->name; vxattr++) in vxattrs_name_size()
640 struct ceph_vxattr *vxattrs = ceph_inode_vxattrs(inode); in ceph_listxattr() local
672 vir_namelen = ceph_vxattrs_name_size(vxattrs); in ceph_listxattr()
687 if (vxattrs) in ceph_listxattr()
688 for (i = 0; vxattrs[i].name; i++) { in ceph_listxattr()
689 len = sprintf(names, "%s", vxattrs[i].name); in ceph_listxattr()