Searched refs:is_data (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | cgroup-defs.h | 752 u8 is_data; member 762 u8 is_data; 777 return (skcd->is_data & 1) ? skcd->prioidx : 1; in sock_cgroup_prioidx() 783 return (skcd->is_data & 1) ? skcd->classid : 0; in sock_cgroup_classid() 798 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_prioidx() 800 skcd_buf.is_data = 1; in sock_cgroup_set_prioidx() 815 if (!(skcd_buf.is_data & 1)) { in sock_cgroup_set_classid() 817 skcd_buf.is_data = 1; in sock_cgroup_set_classid()
|
/Linux-v4.19/fs/btrfs/ |
D | delayed-ref.c | 303 if (head->is_data) in btrfs_merge_delayed_refs() 466 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 520 if (existing->is_data) { in update_existing_head_ref() 532 u64 reserved, int action, bool is_data, in init_delayed_ref_head() argument 539 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 570 head_ref->is_data = is_data; in init_delayed_ref_head() 641 if (head_ref->is_data && head_ref->ref_mod < 0) in add_delayed_ref_head() 728 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref() 884 BTRFS_UPDATE_DELAYED_HEAD, extent_op->is_data, in btrfs_add_delayed_extent_op()
|
D | delayed-ref.h | 61 bool is_data; member 129 unsigned int is_data:1; member
|
D | extent-tree.c | 1045 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() argument 1054 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 1068 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 1083 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1872 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1876 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1880 } else if (is_data) { in remove_extent_backref() 2230 int metadata = !extent_op->is_data; in run_delayed_extent_op() 2469 if (head->is_data) in cleanup_ref_head() 2481 if (head->is_data) { in cleanup_ref_head() [all …]
|
D | ctree.h | 2590 enum btrfs_inline_ref_type is_data); 2661 struct btrfs_key *ins, int is_data, int delalloc); 2669 int level, int is_data);
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | rx.c | 124 u8 is_data = 0; in wl1271_rx_handle_data() local 195 is_data = 1; in wl1271_rx_handle_data() 210 return is_data; in wl1271_rx_handle_data()
|
/Linux-v4.19/fs/ocfs2/ |
D | extent_map.c | 884 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-v4.19/drivers/ata/ |
D | sata_inic162x.c | 482 bool is_data = ata_is_data(qc->tf.protocol); in inic_qc_prep() local 494 if (is_atapi || is_data) in inic_qc_prep() 525 if (!is_data) in inic_qc_prep() 531 if (is_data) in inic_qc_prep()
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 851 __field( int, is_data ) 858 __entry->is_data = head_ref->is_data; 865 __entry->is_data)
|