/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-ref.c | 498 if (head->is_data) in btrfs_merge_delayed_refs() 647 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 699 if (existing->is_data) { in update_existing_head_ref() 720 u64 reserved, int action, bool is_data, in init_delayed_ref_head() 727 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 762 head_ref->is_data = is_data; in init_delayed_ref_head() 822 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 717 init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, struct btrfs_qgroup_extent_record *qrecord, u64 bytenr, u64 num_bytes, u64 ref_root, u64 reserved, int action, bool is_data, bool is_system) init_delayed_ref_head() argument
|
H A D | extent-tree.h | 91 enum btrfs_inline_ref_type is_data); 130 struct btrfs_key *ins, int is_data, int delalloc);
|
H A D | delayed-ref.h | 120 bool is_data; member 362 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
|
H A D | extent-tree.c | 339 * is_data == BTRFS_REF_TYPE_BLOCK, tree block type is required, 340 * is_data == BTRFS_REF_TYPE_DATA, data type is requiried, 341 * is_data == BTRFS_REF_TYPE_ANY, either type is OK. 345 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() 354 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 367 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 381 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1226 int refs_to_drop, int is_data) in remove_extent_backref() 1230 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1234 else if (is_data) in remove_extent_backref() 343 btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb, struct btrfs_extent_inline_ref *iref, enum btrfs_inline_ref_type is_data) btrfs_get_extent_inline_ref_type() argument 1222 remove_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_drop, int is_data) remove_extent_backref() argument 2852 do_free_extent_accounting(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, bool is_data) do_free_extent_accounting() argument 2961 int is_data; __btrfs_free_extent() local 4518 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, int is_data, int delalloc) btrfs_reserve_extent() argument [all...] |
H A D | subpage.c | 257 bool is_data; in btrfs_subpage_end_reader() local 261 is_data = is_data_inode(page->mapping->host); in btrfs_subpage_end_reader() 272 if (is_data && last) in btrfs_subpage_end_reader()
|
H A D | zoned.c | 1969 const bool is_data = (block_group->flags & BTRFS_BLOCK_GROUP_DATA); in btrfs_zone_activate() local 2002 if (is_data) in btrfs_zone_activate() 2018 if (!is_data) in btrfs_zone_activate()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-ref.h | 61 bool is_data; member 118 unsigned int is_data:1; member 332 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
|
H A 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() 711 if (existing->is_data) { in update_existing_head_ref() 752 u64 reserved, int action, bool is_data, in init_delayed_ref_head() 759 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 790 head_ref->is_data = is_data; in init_delayed_ref_head() 852 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 950 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref() 749 init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, struct btrfs_qgroup_extent_record *qrecord, u64 bytenr, u64 num_bytes, u64 ref_root, u64 reserved, int action, bool is_data, bool is_system) init_delayed_ref_head() argument [all...] |
H A D | extent-tree.c | 347 * is_data == BTRFS_REF_TYPE_BLOCK, tree block type is required, 348 * is_data == BTRFS_REF_TYPE_DATA, data type is requiried, 349 * is_data == BTRFS_REF_TYPE_ANY, either type is OK. 353 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() 362 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 375 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 389 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1180 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() 1184 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1188 } else if (is_data) { in remove_extent_backref() 351 btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb, struct btrfs_extent_inline_ref *iref, enum btrfs_inline_ref_type is_data) btrfs_get_extent_inline_ref_type() argument 1177 remove_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_drop, int is_data, int *last_ref) remove_extent_backref() argument 2187 btrfs_set_disk_extent_flags(struct btrfs_trans_handle *trans, struct extent_buffer *eb, u64 flags, int level, int is_data) btrfs_set_disk_extent_flags() argument 2967 int is_data; __btrfs_free_extent() local 4271 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, int is_data, int delalloc) btrfs_reserve_extent() argument [all...] |
H A D | ctree.h | 2524 enum btrfs_inline_ref_type is_data); 2588 struct btrfs_key *ins, int is_data, int delalloc); 2595 int level, int is_data);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | extent_map.c | 866 unsigned int is_last = 0, is_data = 0; in ocfs2_seek_data_hole_offset() local 911 is_data = 0; in ocfs2_seek_data_hole_offset() 915 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset() 918 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 919 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_inic162x.c | 488 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()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 922 __field( int, is_data ) 929 __entry->is_data = head_ref->is_data; 932 TP_printk_btrfs("bytenr=%llu num_bytes=%llu action=%s is_data=%d", 936 __entry->is_data)
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | attrib.c | 235 bool is_data; in attr_make_nonresident() local 253 is_data = attr->type == ATTR_DATA && !attr->name_len; in attr_make_nonresident() 283 } else if (!is_data) { in attr_make_nonresident() 327 if (is_data) in attr_make_nonresident()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1014 __field( int, is_data ) 1021 __entry->is_data = head_ref->is_data; 1024 TP_printk_btrfs("bytenr=%llu num_bytes=%llu action=%s is_data=%d", 1028 __entry->is_data)
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 4703 bool is_data; in nfsd4_encode_read_plus() local 4728 is_data = pos > read->rd_offset; in nfsd4_encode_read_plus() 4732 if (is_data) in nfsd4_encode_read_plus() 4741 is_data = !is_data; in nfsd4_encode_read_plus()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3704 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local 3744 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 3878 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local 3924 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()
|