Home
last modified time | relevance | path

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

12

/linux/fs/ocfs2/
A Dmove_extents.c52 int ext_flags) in __ocfs2_move_extent() argument
101 BUG_ON(ext_flags != rec->e_flags); in __ocfs2_move_extent()
106 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
122 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent()
196 u32 cpos, u32 phys_cpos, u32 *len, int ext_flags) in ocfs2_defrag_extent() argument
208 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent()
306 new_phys_cpos, ext_flags); in ocfs2_defrag_extent()
564 u32 len, int ext_flags) in ocfs2_move_extent() argument
582 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent()
673 *new_phys_cpos, ext_flags); in ocfs2_move_extent()
A Drefcounttree.c3053 unsigned int ext_flags, in ocfs2_clear_ext_refcount() argument
3072 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount()
3112 unsigned int ext_flags) in ocfs2_replace_clusters() argument
3326 unsigned int ext_flags; in ocfs2_replace_cow() local
3456 unsigned int ext_flags; in ocfs2_refcount_cow() local
3768 unsigned int ext_flags; in ocfs2_attach_refcount_tree() local
3866 unsigned int ext_flags, in ocfs2_add_refcounted_extent() argument
3974 unsigned int ext_flags; in ocfs2_duplicate_extent_list() local
3995 ext_flags, in ocfs2_duplicate_extent_list()
4506 unsigned int ext_flags; in ocfs2_reflink_remap_extent() local
[all …]
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)
A Dfile.c346 unsigned int ext_flags = 0; in ocfs2_cow_file_pos() local
357 &num_clusters, &ext_flags); in ocfs2_cow_file_pos()
363 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_cow_file_pos()
869 unsigned int ext_flags = 0; in ocfs2_zero_extend_get_range() local
873 &num_clusters, &ext_flags); in ocfs2_zero_extend_get_range()
879 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range()
881 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
896 &ext_flags); in ocfs2_zero_extend_get_range()
902 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range()
904 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
A Daops.c138 unsigned int ext_flags; in ocfs2_get_block() local
157 &ext_flags); in ocfs2_get_block()
185 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
1387 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local
1403 &num_clusters, &ext_flags); in ocfs2_populate_write_desc()
1410 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
1421 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1450 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
A Dxattr.c811 unsigned int ext_flags; in ocfs2_xattr_shrink_size() local
834 ext_flags, ctxt); in ocfs2_xattr_shrink_size()
1363 unsigned int ext_flags; in __ocfs2_xattr_set_value_outside() local
1371 &ext_flags); in __ocfs2_xattr_set_value_outside()
2332 unsigned int ext_flags; in ocfs2_lock_xattr_remove_allocators() local
2338 &ext_flags); in ocfs2_lock_xattr_remove_allocators()
5766 unsigned int ext_flags; in ocfs2_prepare_refcount_xattr() local
5827 &ext_flags); in ocfs2_prepare_refcount_xattr()
5894 unsigned int ext_flags; in ocfs2_xattr_value_attach_refcount() local
6349 unsigned int ext_flags = 0; in ocfs2_reflink_xattr_header() local
[all …]
/linux/drivers/nvdimm/
A Dsecurity.c290 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in security_disable()
338 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, in security_update()
366 if (!test_bit(NVDIMM_SECURITY_UNLOCKED, &nvdimm->sec.ext_flags) in security_erase()
482 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_security_overwrite_query()
A Dnd-core.h43 unsigned long ext_flags; member
A Ddimm_devs.c626 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER); in __nvdimm_create()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_wx.c527 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()
/linux/net/bridge/
A Dbr_fdb.c105 u32 ext_flags = 0; in fdb_fill_info() local
127 ext_flags |= NTF_EXT_LOCKED; in fdb_fill_info()
133 if (nla_put_u32(skb, NDA_FLAGS_EXT, ext_flags)) in fdb_fill_info()
1212 u32 ext_flags = 0; in br_fdb_add() local
1242 ext_flags = nla_get_u32(tb[NDA_FLAGS_EXT]); in br_fdb_add()
1244 if (ext_flags & NTF_EXT_LOCKED) { in br_fdb_add()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_create.c94 unsigned int ext_flags) in __i915_gem_object_create_user_ext() argument
134 obj->flags |= ext_flags; in __i915_gem_object_create_user_ext()
/linux/drivers/s390/net/
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()
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()
/linux/drivers/iommu/amd/
A Dinit.c1159 u16 devid, u32 flags, u32 ext_flags) in set_dev_entry_from_acpi() argument
1298 u32 dev_i, ext_flags = 0; in init_iommu_from_acpi() local
1366 ext_flags = 0; in init_iommu_from_acpi()
1403 ext_flags = 0; in init_iommu_from_acpi()
1430 ext_flags = e->ext; in init_iommu_from_acpi()
1445 devid_to, flags, ext_flags); in init_iommu_from_acpi()
1448 flags, ext_flags); in init_iommu_from_acpi()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_cmd.h19 enum mlx5hws_cmd_ext_dest_flags ext_flags; member
A Dmlx5hws_cmd.c241 if (dest->ext_flags & MLX5HWS_CMD_EXT_DEST_ESW_OWNER_VHCA_ID) { in mlx5hws_cmd_set_fte()
254 if (dest->ext_flags & MLX5HWS_CMD_EXT_DEST_REFORMAT) { in mlx5hws_cmd_set_fte()
/linux/include/uapi/linux/
A Dwireless.h830 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
/linux/drivers/staging/rtl8192e/
A Drtllib_wx.c491 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in rtllib_wx_set_encode_ext()
587 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in rtllib_wx_set_encode_ext()
/linux/net/wireless/
A Dwext-compat.c741 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in cfg80211_wext_siwencodeext()
749 !(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY), in cfg80211_wext_siwencodeext()
751 ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY, in cfg80211_wext_siwencodeext()
/linux/drivers/staging/rtl8712/
A Drtl871x_ioctl_linux.c1731 if (pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) in r871x_wx_set_enc_ext()
1733 if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) in r871x_wx_set_enc_ext()
1736 if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) in r871x_wx_set_enc_ext()
/linux/drivers/staging/rtl8192e/rtl8192e/
A Drtl_wx.c692 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY; in _rtl92e_wx_set_encode_ext()
/linux/drivers/net/ethernet/mellanox/mlx4/
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/
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()
/linux/drivers/s390/crypto/
A Dzcrypt_ep11misc.c696 u32 ext_flags; in ep11_get_card_info() member

Completed in 106 milliseconds

12