Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.h236 struct ceph_buffer *xattr_blob; member
254 if (capsnap->xattr_blob) in ceph_put_cap_snap()
255 ceph_buffer_put(capsnap->xattr_blob); in ceph_put_cap_snap()
H A Dinode.c951 struct ceph_buffer *xattr_blob = NULL; in ceph_fill_inode() local
1004 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()
H A Dcaps.c1566 arg.xattr_buf = capsnap->xattr_blob; in __send_flush_snap()