Searched refs:blob (Results 1 – 7 of 7) sorted by relevance
/fs/ceph/ |
D | xattr.c | 434 ci->i_xattrs.blob ? (int)ci->i_xattrs.blob->vec.iov_len : 0); in __build_xattrs() 443 if (ci->i_xattrs.blob && ci->i_xattrs.blob->vec.iov_len > 4) { in __build_xattrs() 444 p = ci->i_xattrs.blob->vec.iov_base; in __build_xattrs() 445 end = p + ci->i_xattrs.blob->vec.iov_len; in __build_xattrs() 562 if (ci->i_xattrs.blob) in __ceph_build_xattrs_blob() 563 ceph_buffer_put(ci->i_xattrs.blob); in __ceph_build_xattrs_blob() 564 ci->i_xattrs.blob = ci->i_xattrs.prealloc_blob; in __ceph_build_xattrs_blob() 821 struct ceph_buffer *blob; in ceph_setxattr() local 825 blob = ceph_buffer_new(required_blob_size, GFP_NOFS); in ceph_setxattr() 826 if (!blob) in ceph_setxattr() [all …]
|
D | inode.c | 313 ci->i_xattrs.blob = NULL; in ceph_alloc_inode() 424 if (ci->i_xattrs.blob) in ceph_destroy_inode() 425 ceph_buffer_put(ci->i_xattrs.blob); in ceph_destroy_inode() 651 if (ci->i_xattrs.blob) in fill_inode() 652 ceph_buffer_put(ci->i_xattrs.blob); in fill_inode() 653 ci->i_xattrs.blob = xattr_blob; in fill_inode() 655 memcpy(ci->i_xattrs.blob->vec.iov_base, in fill_inode()
|
D | caps.c | 1170 xattr_blob = ci->i_xattrs.blob; in __send_cap() 2376 if (ci->i_xattrs.blob) in handle_cap_grant() 2377 ceph_buffer_put(ci->i_xattrs.blob); in handle_cap_grant() 2378 ci->i_xattrs.blob = ceph_buffer_get(xattr_buf); in handle_cap_grant()
|
D | super.h | 238 struct ceph_buffer *blob, *prealloc_blob; member
|
D | snap.c | 499 ceph_buffer_get(ci->i_xattrs.blob); in ceph_queue_cap_snap()
|
/fs/debugfs/ |
D | file.c | 480 struct debugfs_blob_wrapper *blob = file->private_data; in read_file_blob() local 481 return simple_read_from_buffer(user_buf, count, ppos, blob->data, in read_file_blob() 482 blob->size); in read_file_blob() 517 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument 519 return debugfs_create_file(name, mode, parent, blob, &fops_blob); in debugfs_create_blob()
|
/fs/cifs/ |
D | Kconfig | 153 Allows to fetch CIFS/NTFS ACL from the server. The DACL blob
|