Home
last modified time | relevance | path

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

/linux/fs/ceph/
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 Dsnap.c608 capsnap->xattr_blob = in ceph_queue_cap_snap()
612 capsnap->xattr_blob = NULL; in ceph_queue_cap_snap()
H A Dcaps.c1566 arg.xattr_buf = capsnap->xattr_blob; in __send_flush_snap()