Searched refs:is_data (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | cgroup-defs.h | 793 u8 is_data : 1; member 807 u8 is_data : 1; 822 return (skcd->is_data & 1) ? skcd->prioidx : 1; in sock_cgroup_prioidx() 828 return (skcd->is_data & 1) ? skcd->classid : 0; in sock_cgroup_classid() 843 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_prioidx() 845 skcd_buf.is_data = 1; in sock_cgroup_set_prioidx() 860 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_classid() 862 skcd_buf.is_data = 1; in sock_cgroup_set_classid()
|
| /Linux-v5.10/fs/btrfs/ |
| D | delayed-ref.c | 491 if (head->is_data) in btrfs_merge_delayed_refs() 659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 713 if (existing->is_data) { in update_existing_head_ref() 733 u64 reserved, int action, bool is_data, in init_delayed_ref_head() argument 740 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 771 head_ref->is_data = is_data; in init_delayed_ref_head() 835 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 933 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref() 1112 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 | 388 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() argument 397 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 410 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 424 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1210 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1214 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1218 } else if (is_data) { in remove_extent_backref() 1585 int metadata = !extent_op->is_data; in run_delayed_extent_op() 1803 if (head->is_data) in btrfs_cleanup_ref_head_accounting() 1820 if (head->is_data) { in btrfs_cleanup_ref_head_accounting() [all …]
|
| D | ctree.h | 2518 enum btrfs_inline_ref_type is_data); 2582 struct btrfs_key *ins, int is_data, int delalloc); 2589 int level, int is_data);
|
| /Linux-v5.10/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.10/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.10/fs/ocfs2/ |
| D | extent_map.c | 868 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local 913 is_data = 0; in ocfs2_seek_data_hole_offset() 917 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset() 920 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 921 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
|
| /Linux-v5.10/include/trace/events/ |
| D | btrfs.h | 922 __field( int, is_data ) 929 __entry->is_data = head_ref->is_data; 936 __entry->is_data)
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs4xdr.c | 4687 bool is_data; in nfsd4_encode_read_plus() local 4712 is_data = pos > read->rd_offset; in nfsd4_encode_read_plus() 4716 if (is_data) in nfsd4_encode_read_plus() 4725 is_data = !is_data; in nfsd4_encode_read_plus()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 3693 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local 3733 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()
|