Home
last modified time | relevance | path

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

/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()
679 *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.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()
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()
1367 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local
1383 &num_clusters, &ext_flags); in ocfs2_populate_write_desc()
1390 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
1401 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1430 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()
2362 unsigned int ext_flags; in ocfs2_lock_xattr_remove_allocators() local
2368 &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.c524 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { in libipw_wx_set_encodeext()
626 if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) { in libipw_wx_set_encodeext()
683 if (!(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) && in libipw_wx_get_encodeext()
711 ext->ext_flags |= IW_ENCODE_EXT_TX_SEQ_VALID; in libipw_wx_get_encodeext()
/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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcmd.h19 enum mlx5hws_cmd_ext_dest_flags ext_flags; member
H A Daction.c1409 dest_list[i].ext_flags |= in mlx5hws_action_create_dest_array()
/linux/include/uapi/linux/
H A Dwireless.h830 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
/linux/net/wireless/
H A Dwext-compat.c711 if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { in cfg80211_wext_siwencodeext()
719 !(ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY), in cfg80211_wext_siwencodeext()
721 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()