Searched refs:inline_data (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
D | attributes.c | 116 entry->inline_data.record_type = cpu_to_be32(record_type); in hfsplus_attr_build_record() 121 entry->inline_data.length = cpu_to_be16(len); in hfsplus_attr_build_record() 122 memcpy(entry->inline_data.raw_bytes, value, len); in hfsplus_attr_build_record()
|
D | hfsplus_raw.h | 396 struct hfsplus_attr_inline_data inline_data; member
|
D | xattr.c | 572 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_qes.h | 204 } inline_data; member
|
/linux-4.1.27/fs/ceph/ |
D | caps.c | 987 u64 follows, bool inline_data) in send_cap_msg() argument 1041 ceph_encode_64(&p, inline_data ? 0 : CEPH_INLINE_NONE); in send_cap_msg() 1151 bool inline_data; in __send_cap() local 1235 inline_data = ci->i_inline_version != CEPH_INLINE_NONE; in __send_cap() 1243 follows, inline_data); in __send_cap() 1364 capsnap->follows, capsnap->inline_data); in __ceph_flush_snaps() 2479 void *inline_data, int inline_len, in handle_cap_grant() argument 2692 ceph_fill_inline_data(inode, NULL, inline_data, inline_len); in handle_cap_grant() 3103 void *inline_data = NULL; in ceph_handle_caps() local 3155 inline_data = p; in ceph_handle_caps() [all …]
|
D | mds_client.h | 46 char *inline_data; member
|
D | super.h | 165 bool inline_data; member
|
D | snap.c | 526 capsnap->inline_data = ci->i_inline_version != CEPH_INLINE_NONE; in ceph_queue_cap_snap()
|
D | inode.c | 894 iinfo->inline_data, iinfo->inline_len); in fill_inode()
|
D | mds_client.c | 97 info->inline_data = *p; in parse_reply_info_in()
|
/linux-4.1.27/fs/f2fs/ |
D | inode.c | 81 void *inline_data = inline_data_addr(ipage); in __recover_inline_status() local 82 __le32 *start = inline_data; in __recover_inline_status()
|
/linux-4.1.27/fs/btrfs/ |
D | ioctl.c | 3207 char *inline_data) in clone_copy_inline_extent() argument 3305 memmove(inline_data + start, inline_data + start + skip, datal); in clone_copy_inline_extent() 3308 write_extent_buffer(path->nodes[0], inline_data, in clone_copy_inline_extent()
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 1288 u8 inline_data[8]; member 1378 if (packet->payload_length > sizeof(driver_data->inline_data)) { in at_context_queue_packet() 1390 memcpy(driver_data->inline_data, packet->payload, in at_context_queue_packet()
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 1714 int inline_data = ext4_has_inline_data(inode); in __ext4_journalled_writepage() local 1719 if (inline_data) { in __ext4_journalled_writepage() 1760 if (inline_data) { in __ext4_journalled_writepage()
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 125 inline_data Enable the inline data feature: New created small(<~3.4k)
|