Searched refs:is_data (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | delayed-ref.c | 495 if (head->is_data) in btrfs_merge_delayed_refs() 646 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 698 if (existing->is_data) { in update_existing_head_ref() 719 u64 reserved, int action, bool is_data, in init_delayed_ref_head() argument 726 BUG_ON(!is_data && reserved); in init_delayed_ref_head() 757 head_ref->is_data = is_data; in init_delayed_ref_head() 817 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 912 BUG_ON(extent_op && extent_op->is_data); in btrfs_add_delayed_tree_ref() 1088 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 332 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
|
D | extent-tree.c | 355 enum btrfs_inline_ref_type is_data) in btrfs_get_extent_inline_ref_type() argument 364 if (is_data == BTRFS_REF_TYPE_BLOCK) { in btrfs_get_extent_inline_ref_type() 377 } else if (is_data == BTRFS_REF_TYPE_DATA) { in btrfs_get_extent_inline_ref_type() 391 ASSERT(is_data == BTRFS_REF_TYPE_ANY); in btrfs_get_extent_inline_ref_type() 1179 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1183 BUG_ON(!is_data && refs_to_drop != 1); in remove_extent_backref() 1187 } else if (is_data) { in remove_extent_backref() 1583 int metadata = !extent_op->is_data; in run_delayed_extent_op() 1800 if (head->total_ref_mod < 0 && head->is_data) { in btrfs_cleanup_ref_head_accounting() 1847 if (head->is_data) { in cleanup_ref_head() [all …]
|
D | subpage.c | 200 bool is_data; in btrfs_subpage_end_reader() local 204 is_data = is_data_inode(page->mapping->host); in btrfs_subpage_end_reader() 215 if (is_data && last) in btrfs_subpage_end_reader()
|
D | ctree.h | 2641 enum btrfs_inline_ref_type is_data); 2715 struct btrfs_key *ins, int is_data, int delalloc); 2722 int level, int is_data);
|
/Linux-v5.15/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.15/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.15/fs/ocfs2/ |
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()
|
/Linux-v5.15/fs/ntfs3/ |
D | attrib.c | 242 bool is_data; in attr_make_nonresident() local 260 is_data = attr->type == ATTR_DATA && !attr->name_len; in attr_make_nonresident() 289 } else if (!is_data) { in attr_make_nonresident() 333 if (is_data) in attr_make_nonresident()
|
/Linux-v5.15/include/trace/events/ |
D | btrfs.h | 920 __field( int, is_data ) 927 __entry->is_data = head_ref->is_data; 934 __entry->is_data)
|
/Linux-v5.15/fs/nfsd/ |
D | nfs4xdr.c | 4829 bool is_data; in nfsd4_encode_read_plus() local 4854 is_data = pos > read->rd_offset; in nfsd4_encode_read_plus() 4858 if (is_data) in nfsd4_encode_read_plus() 4867 is_data = !is_data; in nfsd4_encode_read_plus()
|
/Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3861 bool is_data = ieee80211_is_data(hdr->frame_control) || in ath10k_mac_tx_h_fill_cb() local 3901 if (is_data && ieee80211_has_protected(hdr->frame_control) && in ath10k_mac_tx_h_fill_cb()
|