| /Linux-v5.4/fs/ocfs2/ |
| D | move_extents.c | 54 int ext_flags) in __ocfs2_move_extent() argument 103 BUG_ON(ext_flags != rec->e_flags); in __ocfs2_move_extent() 108 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent() 134 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent() 208 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument 220 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent() 318 new_phys_cpos, ext_flags); in ocfs2_defrag_extent() 575 u32 len, int ext_flags) in ocfs2_move_extent() argument 593 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent() 684 *new_phys_cpos, ext_flags); in ocfs2_move_extent()
|
| D | refcounttree.c | 3056 unsigned int ext_flags, in ocfs2_clear_ext_refcount() argument 3068 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount() 3075 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount() 3115 unsigned int ext_flags) in ocfs2_replace_clusters() argument 3122 cpos, old, new, len, ext_flags); in ocfs2_replace_clusters() 3125 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters() 3135 cpos, new, len, ext_flags, in ocfs2_replace_clusters() 3359 unsigned int ext_flags; in ocfs2_replace_cow() local 3371 &num_clusters, &ext_flags); in ocfs2_replace_cow() 3377 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow() [all …]
|
| D | file.c | 344 unsigned int ext_flags = 0; in ocfs2_cow_file_pos() local 355 &num_clusters, &ext_flags); in ocfs2_cow_file_pos() 361 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_cow_file_pos() 870 unsigned int ext_flags = 0; in ocfs2_zero_extend_get_range() local 874 &num_clusters, &ext_flags); in ocfs2_zero_extend_get_range() 880 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range() 882 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range() 897 &ext_flags); in ocfs2_zero_extend_get_range() 903 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range() 905 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
|
| D | aops.c | 141 unsigned int ext_flags; in ocfs2_get_block() local 160 &ext_flags); in ocfs2_get_block() 189 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block() 1403 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local 1419 &num_clusters, &ext_flags); in ocfs2_populate_write_desc() 1426 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc() 1437 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc() 1466 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
|
| D | ocfs2_trace.h | 1046 unsigned int ext_flags), 1047 TP_ARGS(ino, cpos, len, p_cluster, ext_flags), 1053 __field(unsigned int, ext_flags) 1060 __entry->ext_flags = ext_flags; 1064 __entry->p_cluster, __entry->ext_flags) 1070 unsigned int ext_flags), 1071 TP_ARGS(ino, cpos, old, new, len, ext_flags), 1078 __field(unsigned int, ext_flags) 1086 __entry->ext_flags = ext_flags; 1090 __entry->len, __entry->ext_flags)
|
| D | xattr.c | 768 unsigned int ext_flags, in __ocfs2_remove_xattr_range() argument 795 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_remove_xattr_range() 817 unsigned int ext_flags; in ocfs2_xattr_shrink_size() local 829 &vb->vb_xv->xr_list, &ext_flags); in ocfs2_xattr_shrink_size() 840 ext_flags, ctxt); in ocfs2_xattr_shrink_size() 1360 unsigned int ext_flags; in __ocfs2_xattr_set_value_outside() local 1368 &ext_flags); in __ocfs2_xattr_set_value_outside() 1374 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in __ocfs2_xattr_set_value_outside() 2330 unsigned int ext_flags; in ocfs2_lock_xattr_remove_allocators() local 2336 &ext_flags); in ocfs2_lock_xattr_remove_allocators() [all …]
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_wx.c | 527 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in libipw_wx_set_encodeext() 629 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in libipw_wx_set_encodeext() 684 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in libipw_wx_get_encodeext() 712 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in libipw_wx_get_encodeext()
|
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_wx.c | 514 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in ieee80211_wx_set_encode_ext() 614 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in ieee80211_wx_set_encode_ext() 676 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in ieee80211_wx_get_encode_ext() 703 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in ieee80211_wx_get_encode_ext()
|
| /Linux-v5.4/drivers/s390/net/ |
| D | qeth_l3_main.c | 1347 if (hdr->hdr.l3.ext_flags & QETH_HDR_EXT_SRC_MAC_ADDR) in qeth_l3_rebuild_skb() 1358 (hdr->hdr.l3.ext_flags & (QETH_HDR_EXT_VLAN_FRAME | in qeth_l3_rebuild_skb() 1360 u16 tag = (hdr->hdr.l3.ext_flags & QETH_HDR_EXT_VLAN_FRAME) ? in qeth_l3_rebuild_skb() 1366 qeth_rx_csum(card, skb, hdr->hdr.l3.ext_flags); in qeth_l3_rebuild_skb() 1956 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header() 1959 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ; in qeth_l3_fill_header() 1966 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME; in qeth_l3_fill_header() 1970 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_INCLUDE_VLAN_TAG; in qeth_l3_fill_header()
|
| D | qeth_core.h | 274 __u8 ext_flags; member 391 return !((h1->ext_flags ^ h2->ext_flags) & QETH_HDR_EXT_VLAN_FRAME) && in qeth_l3_iqd_same_vlan()
|
| /Linux-v5.4/drivers/nvdimm/ |
| D | security.c | 317 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, in security_update() 345 if (!test_bit(NVDIMM_SECURITY_UNLOCKED, &nvdimm->sec.ext_flags) in security_erase()
|
| D | nd-core.h | 43 unsigned long ext_flags; member
|
| D | dimm_devs.c | 501 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_create()
|
| /Linux-v5.4/drivers/iommu/ |
| D | amd_iommu_init.c | 984 u16 devid, u32 flags, u32 ext_flags) in set_dev_entry_from_acpi() argument 1146 u32 dev_i, ext_flags = 0; in init_iommu_from_acpi() local 1211 ext_flags = 0; in init_iommu_from_acpi() 1248 ext_flags = 0; in init_iommu_from_acpi() 1275 ext_flags = e->ext; in init_iommu_from_acpi() 1290 devid_to, flags, ext_flags); in init_iommu_from_acpi() 1293 flags, ext_flags); in init_iommu_from_acpi()
|
| /Linux-v5.4/drivers/net/wireless/intersil/orinoco/ |
| D | wext.c | 751 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in orinoco_ioctl_set_encodeext() 785 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) in orinoco_ioctl_set_encodeext() 793 ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY, in orinoco_ioctl_set_encodeext()
|
| /Linux-v5.4/drivers/staging/ks7010/ |
| D | ks_wlan.h | 314 u32 ext_flags; /* IW_ENCODE_EXT_xxx */ member
|
| D | ks_wlan_net.c | 1559 key->ext_flags = enc->ext_flags; in ks_wlan_set_encode_ext() 1560 if (enc->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in ks_wlan_set_encode_ext() 1563 } else if (enc->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in ks_wlan_set_encode_ext()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | wireless.h | 824 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
|
| /Linux-v5.4/drivers/staging/rtl8192e/ |
| D | rtllib_wx.c | 534 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in rtllib_wx_set_encode_ext() 631 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in rtllib_wx_set_encode_ext()
|
| /Linux-v5.4/net/wireless/ |
| D | wext-compat.c | 702 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in cfg80211_wext_siwencodeext() 709 !(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY), in cfg80211_wext_siwencodeext() 711 ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY, in cfg80211_wext_siwencodeext()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_ioctl_linux.c | 1792 if (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) in r871x_wx_set_enc_ext() 1794 if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) in r871x_wx_set_enc_ext() 1797 if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) in r871x_wx_set_enc_ext()
|
| /Linux-v5.4/drivers/staging/rtl8192u/ |
| D | r8192U_wx.c | 750 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY; in r8192_wx_set_enc_ext()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
| D | fw.c | 730 u32 field32, flags, ext_flags; in mlx4_QUERY_DEV_CAP() local 928 MLX4_GET(ext_flags, outbox, QUERY_DEV_CAP_EXT_FLAGS_OFFSET); in mlx4_QUERY_DEV_CAP() 930 dev_cap->flags = flags | (u64)ext_flags << 32; in mlx4_QUERY_DEV_CAP()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
| D | ioctl_linux.c | 1896 if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) in rtw_wx_set_enc_ext() 1903 (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)) in rtw_wx_set_enc_ext() 1908 if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) in rtw_wx_set_enc_ext()
|
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat.h | 362 u8 ext_flags[2]; member
|