Lines Matching refs:xattrs
30 * These define virtual xattrs exposing the recursive directory
114 * The convention with strings in xattrs is that they should not be NULL
668 struct ceph_inode_xattr **xattrs = NULL;
689 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *),
692 if (!xattrs)
696 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr),
698 if (!xattrs[i])
706 kfree(xattrs[i]);
707 kfree(xattrs);
708 xattrs = NULL;
722 0, 0, &xattrs[numattr]);
727 kfree(xattrs);
736 if (xattrs) {
738 kfree(xattrs[i]);
739 kfree(xattrs);
766 * If there are dirty xattrs, reencode xattrs into the prealloc_blob
878 /* get xattrs from mds (if we don't already have them) */
1050 /* pass any unhandled ceph.* xattrs through to the MDS */