Lines Matching refs:xattrs
30 * These define virtual xattrs exposing the recursive directory
116 * The convention with strings in xattrs is that they should not be NULL
803 struct ceph_inode_xattr **xattrs = NULL;
824 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *),
827 if (!xattrs)
831 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr),
833 if (!xattrs[i])
841 kfree(xattrs[i]);
842 kfree(xattrs);
843 xattrs = NULL;
857 0, 0, &xattrs[numattr]);
862 kfree(xattrs);
871 if (xattrs) {
873 kfree(xattrs[i]);
874 kfree(xattrs);
902 * If there are dirty xattrs, re-encode xattrs into the prealloc_blob
1030 /* get xattrs from mds (if we don't already have them) */
1209 /* pass any unhandled ceph.* xattrs through to the MDS */