Searched refs:is_data (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-tree.h102 enum btrfs_inline_ref_type is_data);
143 struct btrfs_key *ins, int is_data, int delalloc);
H A Ddelayed-ref.c597 if (head->is_data)
748 BUG_ON(existing->is_data != update->is_data);
812 if (existing->is_data) {
833 u64 reserved, int action, bool is_data,
840 BUG_ON(!is_data && reserved);
877 head_ref->is_data = is_data;
943 if (head_ref->is_data && head_ref->ref_mod < 0) {
830 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, u64 owning_root) argument
H A Ddelayed-ref.h149 bool is_data; member in struct:btrfs_delayed_ref_head
346 if (head_ref->is_data)
H A Dextent-tree.c344 * is_data == BTRFS_REF_TYPE_BLOCK, tree block type is required,
345 * is_data == BTRFS_REF_TYPE_DATA, data type is requiried,
346 * is_data == BTRFS_REF_TYPE_ANY, either type is OK.
350 enum btrfs_inline_ref_type is_data)
365 if (is_data == BTRFS_REF_TYPE_BLOCK) {
377 } else if (is_data == BTRFS_REF_TYPE_DATA) {
391 ASSERT(is_data == BTRFS_REF_TYPE_ANY);
1238 int refs_to_drop, int is_data)
1242 BUG_ON(!is_data && refs_to_drop != 1);
1246 else if (is_data)
348 btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb, struct btrfs_extent_inline_ref *iref, enum btrfs_inline_ref_type is_data) argument
1234 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) argument
3115 int is_data; local
4698 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) argument
[all...]
H A Dqgroup.h292 bool is_data; member in struct:btrfs_squota_delta
H A Dsubpage.c282 bool is_data; local
286 is_data = is_data_inode(folio->mapping->host);
304 if (is_data && last)
H A Dzoned.c2065 const bool is_data = (block_group->flags & BTRFS_BLOCK_GROUP_DATA); local
2098 if (is_data)
2114 if (!is_data)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Drx.c110 u8 is_data = 0; local
181 is_data = 1;
196 return is_data;
/linux-master/fs/ocfs2/
H A Dextent_map.c866 unsigned int is_last = 0, is_data = 0; local
911 is_data = 0;
915 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1;
918 if ((!is_data && whence == SEEK_HOLE) ||
919 (is_data && whence == SEEK_DATA)) {
/linux-master/drivers/ata/
H A Dsata_inic162x.c488 bool is_data = ata_is_data(qc->tf.protocol); local
498 if (is_atapi || is_data)
529 if (!is_data)
535 if (is_data)
/linux-master/include/trace/events/
H A Dbtrfs.h1011 __field( int, is_data )
1018 __entry->is_data = head_ref->is_data;
1021 TP_printk_btrfs("bytenr=%llu num_bytes=%llu action=%s is_data=%d",
1025 __entry->is_data)
/linux-master/fs/ntfs3/
H A Dattrib.c235 bool is_data; local
253 is_data = attr->type == ATTR_DATA && !attr->name_len;
283 } else if (!is_data) {
327 if (is_data)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c3872 bool is_data = ieee80211_is_data(hdr->frame_control) || local
3918 if (is_data && ieee80211_has_protected(hdr->frame_control) &&

Completed in 265 milliseconds