Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ceph/
Dxattr.c27 struct ceph_vxattr { struct
96 static struct ceph_vxattr ceph_dir_vxattrs[] = {
133 static struct ceph_vxattr ceph_file_vxattrs[] = {
146 static struct ceph_vxattr *ceph_inode_vxattrs(struct inode *inode) in ceph_inode_vxattrs()
155 static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) in ceph_vxattrs_name_size()
170 static size_t __init vxattrs_name_size(struct ceph_vxattr *vxattrs) in vxattrs_name_size()
172 struct ceph_vxattr *vxattr; in vxattrs_name_size()
195 static struct ceph_vxattr *ceph_match_vxattr(struct inode *inode, in ceph_match_vxattr()
198 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr()
578 struct ceph_vxattr *vxattr = NULL; in ceph_getxattr()
[all …]