Searched refs:xattr_blob (Results 1 – 3 of 3) sorted by relevance
951 struct ceph_buffer *xattr_blob = NULL; in ceph_fill_inode() local1004 xattr_blob = ceph_buffer_new(iinfo->xattr_len, GFP_NOFS); in ceph_fill_inode()1005 if (!xattr_blob) in ceph_fill_inode()1159 ci->i_xattrs.blob = xattr_blob; in ceph_fill_inode()1160 if (xattr_blob) in ceph_fill_inode()1166 xattr_blob = NULL; in ceph_fill_inode()1334 ceph_buffer_put(xattr_blob); in ceph_fill_inode()
608 capsnap->xattr_blob = in ceph_queue_cap_snap()612 capsnap->xattr_blob = NULL; in ceph_queue_cap_snap()
1566 arg.xattr_buf = capsnap->xattr_blob; in __send_flush_snap()