Searched refs:is_data (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/linux/ |
D | cgroup-defs.h | 800 u8 is_data; member 810 u8 is_data; 825 return (skcd->is_data & 1) ? skcd->prioidx : 1; in sock_cgroup_prioidx() 831 return (skcd->is_data & 1) ? skcd->classid : 0; in sock_cgroup_classid() 846 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_prioidx() 848 skcd_buf.is_data = 1; in sock_cgroup_set_prioidx() 863 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_classid() 865 skcd_buf.is_data = 1; in sock_cgroup_set_classid()
|
/Linux-v5.4/fs/btrfs/ |
D | delayed-ref.c | 492 if (head->is_data) in btrfs_merge_delayed_refs() 660 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 714 if (existing->is_data) { in update_existing_head_ref() 734 u64 reserved, int action, bool is_data, in init_delayed_ref_head() argument 741 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 772 head_ref->is_data = is_data; in init_delayed_ref_head() 836 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 934 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref() 1113 BTRFS_UPDATE_DELAYED_HEAD, extent_op->is_data, in btrfs_add_delayed_extent_op()
|
D | delayed-ref.h | 61 bool is_data; member 118 unsigned int is_data:1; member
|
D | extent-tree.c | 390 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() argument 399 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 413 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 428 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1216 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1220 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1224 } else if (is_data) { in remove_extent_backref() 1562 int metadata = !extent_op->is_data; in run_delayed_extent_op() 1783 if (head->is_data) in btrfs_cleanup_ref_head_accounting() 1800 if (head->is_data) { in btrfs_cleanup_ref_head_accounting() [all …]
|
D | ctree.h | 2373 enum btrfs_inline_ref_type is_data); 2436 struct btrfs_key *ins, int is_data, int delalloc); 2443 int level, int is_data);
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | rx.c | 110 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-v5.4/drivers/ata/ |
D | sata_inic162x.c | 488 bool is_data = ata_is_data(qc->tf.protocol); in inic_qc_prep() local 500 if (is_atapi || is_data) in inic_qc_prep() 531 if (!is_data) in inic_qc_prep() 537 if (is_data) in inic_qc_prep()
|
/Linux-v5.4/fs/ocfs2/ |
D | extent_map.c | 870 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local 915 is_data = 0; in ocfs2_seek_data_hole_offset() 919 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset() 922 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 923 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
|
/Linux-v5.4/include/trace/events/ |
D | btrfs.h | 887 __field( int, is_data ) 894 __entry->is_data = head_ref->is_data; 901 __entry->is_data)
|
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3583 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local 3600 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()
|