Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dxattr.c48 struct ceph_vxattr { struct
301 static struct ceph_vxattr ceph_dir_vxattrs[] = {
337 static struct ceph_vxattr ceph_file_vxattrs[] = {
354 static struct ceph_vxattr *ceph_inode_vxattrs(struct inode *inode) in ceph_inode_vxattrs()
363 static size_t ceph_vxattrs_name_size(struct ceph_vxattr *vxattrs) in ceph_vxattrs_name_size()
377 static size_t __init vxattrs_name_size(struct ceph_vxattr *vxattrs) in vxattrs_name_size()
379 struct ceph_vxattr *vxattr; in vxattrs_name_size()
404 static struct ceph_vxattr *ceph_match_vxattr(struct inode *inode, in ceph_match_vxattr()
407 struct ceph_vxattr *vxattr = ceph_inode_vxattrs(inode); in ceph_match_vxattr()
816 struct ceph_vxattr *vxattr = NULL; in __ceph_getxattr()
[all …]