| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A 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()
|
| H A D | refcounttree.c | 3058 unsigned int ext_flags, in ocfs2_clear_ext_refcount() argument 3070 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount() 3077 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount() 3117 unsigned int ext_flags) in ocfs2_replace_clusters() argument 3124 cpos, old, new, len, ext_flags); in ocfs2_replace_clusters() 3127 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters() 3137 cpos, new, len, ext_flags, in ocfs2_replace_clusters() 3361 unsigned int ext_flags; in ocfs2_replace_cow() local 3373 &num_clusters, &ext_flags); in ocfs2_replace_cow() 3379 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow() [all …]
|
| H A 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() 874 unsigned int ext_flags = 0; in ocfs2_zero_extend_get_range() local 878 &num_clusters, &ext_flags); in ocfs2_zero_extend_get_range() 884 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range() 886 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range() 901 &ext_flags); in ocfs2_zero_extend_get_range() 907 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range() 909 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
|
| H A 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)
|
| H A D | aops.c | 140 unsigned int ext_flags; in ocfs2_get_block() local 159 &ext_flags); in ocfs2_get_block() 188 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block() 1394 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local 1410 &num_clusters, &ext_flags); in ocfs2_populate_write_desc() 1417 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc() 1428 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc() 1457 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A 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() 457 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_security_overwrite_query()
|
| H A D | nd-core.h | 43 unsigned long ext_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A 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() 686 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in libipw_wx_get_encodeext() 714 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in libipw_wx_get_encodeext()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_wx.c | 513 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in ieee80211_wx_set_encode_ext() 613 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in ieee80211_wx_set_encode_ext() 675 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in ieee80211_wx_get_encode_ext() 702 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in ieee80211_wx_get_encode_ext()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | init.c | 1055 u16 devid, u32 flags, u32 ext_flags) in set_dev_entry_from_acpi() argument 1194 u32 dev_i, ext_flags = 0; in init_iommu_from_acpi() local 1259 ext_flags = 0; in init_iommu_from_acpi() 1296 ext_flags = 0; in init_iommu_from_acpi() 1323 ext_flags = e->ext; in init_iommu_from_acpi() 1338 devid_to, flags, ext_flags); in init_iommu_from_acpi() 1341 flags, ext_flags); in init_iommu_from_acpi()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_core.h | 233 __u8 ext_flags; member 367 return !((h1->ext_flags ^ h2->ext_flags) & QETH_HDR_EXT_VLAN_FRAME) && in qeth_l3_iqd_same_vlan()
|
| H A D | qeth_l3_main.c | 1667 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header() 1670 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ; in qeth_l3_fill_header() 1677 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME; in qeth_l3_fill_header() 1681 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_INCLUDE_VLAN_TAG; in qeth_l3_fill_header()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_wext.c | 1455 sec->param.encrypt_key.key_flags = ext->ext_flags; in woal_set_encode_ext() 1458 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) in woal_set_encode_ext() 1463 sec->param.encrypt_key.key_flags = ext->ext_flags; in woal_set_encode_ext() 1464 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in woal_set_encode_ext() 1470 if (ext->ext_flags & IW_ENCODE_EXT_TX_SEQ_VALID) { in woal_set_encode_ext()
|
| H A D | moal_uap_wext.c | 992 sec->param.encrypt_key.key_flags = ext->ext_flags; in woal_set_encode_ext() 993 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in woal_set_encode_ext() 999 if (ext->ext_flags & IW_ENCODE_EXT_TX_SEQ_VALID) { in woal_set_encode_ext()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | wireless.h | 824 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | wireless.h | 824 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_wlan.h | 314 u32 ext_flags; /* IW_ENCODE_EXT_xxx */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | wireless.h | 830 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-compat.c | 701 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in cfg80211_wext_siwencodeext() 708 !(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY), in cfg80211_wext_siwencodeext() 710 ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY, in cfg80211_wext_siwencodeext()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap_wext.c | 1015 sec->param.encrypt_key.key_flags = ext->ext_flags; in woal_set_encode_ext() 1016 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in woal_set_encode_ext() 1024 if (ext->ext_flags & IW_ENCODE_EXT_TX_SEQ_VALID) { in woal_set_encode_ext()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1055 uint8 ext_flags; member 1105 uint8 ext_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1055 uint8 ext_flags; member 1105 uint8 ext_flags; member
|