Home
last modified time | relevance | path

Searched refs:is_data (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Drx.c110 u8 is_data = 0; in wl1271_rx_handle_data() local
181 is_data = 1; in wl1271_rx_handle_data()
196 return is_data; in wl1271_rx_handle_data()
/linux/fs/btrfs/
H A Ddelayed-ref.h188 bool is_data; member
364 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
H A Dextent-tree.c341 * is_data == BTRFS_REF_TYPE_BLOCK, tree block type is required,
342 * is_data == BTRFS_REF_TYPE_DATA, data type is required,
343 * is_data == BTRFS_REF_TYPE_ANY, either type is OK.
347 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() argument
362 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type()
374 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type()
388 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type()
1278 int refs_to_drop, int is_data) in remove_extent_backref() argument
1282 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref()
1286 else if (is_data) in remove_extent_backref()
3280 int is_data; __btrfs_free_extent() local
4877 btrfs_reserve_extent(struct btrfs_root * root,u64 ram_bytes,u64 num_bytes,u64 min_alloc_size,u64 empty_size,u64 hint_byte,struct btrfs_key * ins,bool is_data,bool delalloc) btrfs_reserve_extent() argument
[all...]
H A Ddelayed-ref.c473 if (head->is_data) in btrfs_check_delayed_seq()
671 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
735 if (existing->is_data) { in init_delayed_ref_head()
802 head_ref->is_data = (generic_ref->type == BTRFS_REF_DATA);
926 if (head_ref->is_data && head_ref->ref_mod < 0) {
H A Dqgroup.h308 bool is_data; member
H A Drelocation.c4154 const bool is_data = (bg->flags & BTRFS_BLOCK_GROUP_DATA); in move_existing_remap()
4163 if (is_data) in move_existing_remap()
4169 0, 0, &ins, is_data, false); in move_existing_remap()
4182 if (!is_data && !IS_ALIGNED(dest_length, fs_info->nodesize)) { in move_existing_remap()
4942 const bool is_data = (src_bg->flags & BTRFS_BLOCK_GROUP_DATA); in do_remap_reloc_trans()
4977 if (is_data) in do_remap_reloc_trans()
4992 min_size, 0, 0, &ins, is_data, false); in do_remap_reloc_trans()
5008 if (!is_data && !IS_ALIGNED(length, fs_info->nodesize)) { in do_remap_reloc_trans()
4162 const bool is_data = (bg->flags & BTRFS_BLOCK_GROUP_DATA); move_existing_remap() local
4950 const bool is_data = (src_bg->flags & BTRFS_BLOCK_GROUP_DATA); do_remap_reloc_trans() local
H A Dzoned.c2380 const bool is_data = (block_group->flags & BTRFS_BLOCK_GROUP_DATA); in btrfs_zone_activate()
2424 if (is_data) in btrfs_zone_activate()
2440 if (!is_data) in btrfs_zone_activate()
2382 const bool is_data = (block_group->flags & BTRFS_BLOCK_GROUP_DATA); btrfs_zone_activate() local
/linux/drivers/ata/
H A Dsata_inic162x.c488 bool is_data = ata_is_data(qc->tf.protocol); in inic_qc_prep() local
498 if (is_atapi || is_data) in inic_qc_prep()
529 if (!is_data) in inic_qc_prep()
535 if (is_data) in inic_qc_prep()
/linux/fs/ocfs2/
H A Dextent_map.c884 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local
929 is_data = 0; in ocfs2_seek_data_hole_offset()
933 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
936 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset()
937 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
/linux/include/trace/events/
H A Dbtrfs.h984 __field( int, is_data )
991 __entry->is_data = head_ref->is_data;
994 TP_printk_btrfs("bytenr=%llu num_bytes=%llu action=%s is_data=%d",
998 __entry->is_data)
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3902 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local
3948 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()