Home
last modified time | relevance | path

Searched refs:ext_flags (Results 1 – 25 of 27) sorted by relevance

12

/linux/fs/ocfs2/
H A Dmove_extents.c52 int ext_flags) in __ocfs2_move_extent() argument
101 if (ext_flags != rec->e_flags) { in __ocfs2_move_extent()
112 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
128 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent()
202 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument
214 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent()
312 new_phys_cpos, ext_flags); in ocfs2_defrag_extent()
570 u32 len, int ext_flags) in ocfs2_move_extent() argument
588 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent()
685 *new_phys_cpos, ext_flags); in ocfs2_move_extent()
H A Drefcounttree.c3051 unsigned int ext_flags, in ocfs2_clear_ext_refcount() argument
3063 cpos, len, p_cluster, ext_flags); in ocfs2_clear_ext_refcount()
3070 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount()
3110 unsigned int ext_flags) in ocfs2_replace_clusters() argument
3117 cpos, old, new, len, ext_flags); in ocfs2_replace_clusters()
3120 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters()
3130 cpos, new, len, ext_flags, in ocfs2_replace_clusters()
3324 unsigned int ext_flags; in ocfs2_replace_cow() local
3336 &num_clusters, &ext_flags); in ocfs2_replace_cow()
3342 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow()
[all …]
H A Docfs2_trace.h1046 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 Dfile.c347 unsigned int ext_flags = 0; in ocfs2_cow_file_pos() local
358 &num_clusters, &ext_flags); in ocfs2_cow_file_pos()
364 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()
H A Daops.c131 unsigned int ext_flags; in ocfs2_get_block() local
150 &ext_flags); in ocfs2_get_block()
178 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
1366 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local
1382 &num_clusters, &ext_flags); in ocfs2_populate_write_desc()
1389 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
1400 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1429 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
H A Dxattr.c766 unsigned int ext_flags, in __ocfs2_remove_xattr_range() argument
793 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_remove_xattr_range()
815 unsigned int ext_flags; in ocfs2_xattr_shrink_size() local
827 &vb->vb_xv->xr_list, &ext_flags); in ocfs2_xattr_shrink_size()
838 ext_flags, ctxt); in ocfs2_xattr_shrink_size()
1393 unsigned int ext_flags; in __ocfs2_xattr_set_value_outside() local
1401 &ext_flags); in __ocfs2_xattr_set_value_outside()
1407 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in __ocfs2_xattr_set_value_outside()
2363 unsigned int ext_flags; in ocfs2_lock_xattr_remove_allocators() local
2369 &ext_flags); in ocfs2_lock_xattr_remove_allocators()
[all …]
H A Dalloc.c6967 unsigned int ext_flags; in ocfs2_zero_range_for_truncate() local
6996 &phys, NULL, &ext_flags); in ocfs2_zero_range_for_truncate()
7006 if (phys == 0 || ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_zero_range_for_truncate()
/linux/drivers/nvdimm/
H A Dsecurity.c287 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in security_disable()
335 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, in security_update()
363 if (!test_bit(NVDIMM_SECURITY_UNLOCKED, &nvdimm->sec.ext_flags) in security_erase()
479 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_security_overwrite_query()
H A Dnd-core.h43 unsigned long ext_flags; member
H A Ddimm_devs.c613 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_create()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c523 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in libipw_wx_set_encodeext()
625 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in libipw_wx_set_encodeext()
682 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in libipw_wx_get_encodeext()
710 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in libipw_wx_get_encodeext()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.c93 unsigned int ext_flags) in __i915_gem_object_create_user_ext() argument
133 obj->flags |= ext_flags; in __i915_gem_object_create_user_ext()
/linux/net/bridge/
H A Dbr_fdb.c98 u32 ext_flags = 0; in fdb_fill_info() local
120 ext_flags |= NTF_EXT_LOCKED; in fdb_fill_info()
126 if (nla_put_u32(skb, NDA_FLAGS_EXT, ext_flags)) in fdb_fill_info()
1314 u32 ext_flags = 0; in br_fdb_add() local
1344 ext_flags = nla_get_u32(tb[NDA_FLAGS_EXT]); in br_fdb_add()
1346 if (ext_flags & NTF_EXT_LOCKED) { in br_fdb_add()
/linux/drivers/iommu/amd/
H A Dinit.c1273 u32 flags, u32 ext_flags) in set_dev_entry_from_acpi_range() argument
1328 u16 devid, u32 flags, u32 ext_flags) in set_dev_entry_from_acpi() argument
1330 set_dev_entry_from_acpi_range(iommu, devid, devid, flags, ext_flags); in set_dev_entry_from_acpi()
1450 u32 dev_i, ext_flags = 0; in init_iommu_from_acpi() local
1514 ext_flags = 0; in init_iommu_from_acpi()
1548 ext_flags = 0; in init_iommu_from_acpi()
1573 ext_flags = e->ext; in init_iommu_from_acpi()
1587 set_dev_entry_from_acpi(iommu, devid_to, flags, ext_flags); in init_iommu_from_acpi()
1589 set_dev_entry_from_acpi_range(iommu, devid_start, devid, flags, ext_flags); in init_iommu_from_acpi()
/linux/drivers/s390/net/
H A Dqeth_core.h233 __u8 ext_flags; member
354 return !((h1->ext_flags ^ h2->ext_flags) & QETH_HDR_EXT_VLAN_FRAME) && in qeth_l3_iqd_same_vlan()
H A Dqeth_l3_main.c1644 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, proto); in qeth_l3_fill_header()
1647 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_CSUM_HDR_REQ; in qeth_l3_fill_header()
1654 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_VLAN_FRAME; in qeth_l3_fill_header()
1658 hdr->hdr.l3.ext_flags |= QETH_HDR_EXT_INCLUDE_VLAN_TAG; in qeth_l3_fill_header()
H A Dqeth_core_main.c5504 if (l3_hdr->ext_flags & QETH_HDR_EXT_SRC_MAC_ADDR) in qeth_l3_rebuild_skb()
5514 (l3_hdr->ext_flags & (QETH_HDR_EXT_VLAN_FRAME | in qeth_l3_rebuild_skb()
5516 u16 tag = (l3_hdr->ext_flags & QETH_HDR_EXT_VLAN_FRAME) ? in qeth_l3_rebuild_skb()
5612 is_cso = hdr->hdr.l3.ext_flags & QETH_HDR_EXT_CSUM_TRANSP_REQ; in qeth_extract_skb()
/linux/drivers/accel/amdxdna/
H A Damdxdna_ctx.c192 if (args->ext || args->ext_flags) in amdxdna_drm_create_hwctx_ioctl()
597 if (args->ext || args->ext_flags) in amdxdna_drm_submit_cmd_ioctl()
H A Damdxdna_gem.c897 if (args->ext || args->ext_flags || args->pad) in amdxdna_drm_get_bo_info_ioctl()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.h19 enum mlx5hws_cmd_ext_dest_flags ext_flags; member
H A Dcmd.c236 if (dest->ext_flags & MLX5HWS_CMD_EXT_DEST_ESW_OWNER_VHCA_ID) { in mlx5hws_cmd_set_fte()
249 if (dest->ext_flags & MLX5HWS_CMD_EXT_DEST_REFORMAT) { in mlx5hws_cmd_set_fte()
/linux/include/uapi/linux/
H A Dwireless.h830 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
/linux/net/wireless/
H A Dwext-compat.c710 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in cfg80211_wext_siwencodeext()
718 !(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY), in cfg80211_wext_siwencodeext()
720 ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY, in cfg80211_wext_siwencodeext()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c730 u32 field32, flags, ext_flags; in mlx4_QUERY_DEV_CAP() local
931 MLX4_GET(ext_flags, outbox, QUERY_DEV_CAP_EXT_FLAGS_OFFSET); in mlx4_QUERY_DEV_CAP()
933 dev_cap->flags = flags | (u64)ext_flags << 32; in mlx4_QUERY_DEV_CAP()
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1207 pr_debug("%s: ext_flag=%x\n", __func__, ext->ext_flags); in gelic_wl_set_encodeext()
1219 if (!enc->length && (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)) { in gelic_wl_set_encodeext()

12