Searched refs:__ceph_setxattr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | acl.c | 138 ret = __ceph_setxattr(dentry, name, value, size, 0); in ceph_set_acl()
|
D | xattr.c | 908 int __ceph_setxattr(struct dentry *dentry, const char *name, in __ceph_setxattr() function 1039 return __ceph_setxattr(dentry, name, value, size, flags); in ceph_setxattr()
|
D | super.h | 798 int __ceph_setxattr(struct dentry *, const char *, const void *, size_t, int);
|