Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/usr/
H A Dgen_initramfs.sh95 local ftype=$(filetype "${location}")
101 [ "${ftype}" = "invalid" ] && return 0
104 case "${ftype}" in
106 str="${ftype} ${name} ${location} ${str}"
116 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}"
120 str="${ftype} ${name} ${target} ${str}"
123 str="${ftype} ${name} ${str}"
/linux-6.15/kernel/trace/
H A Dtrace_probe.h188 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument
199 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument
200 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype)
201 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument
202 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype)
205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
206 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/linux-6.15/net/mac80211/
H A Dmesh_plink.c1034 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument
1041 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()
1051 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event()
1073 switch (ftype) { in mesh_plink_get_event()
1130 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local
1148 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1151 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1155 ftype, ie_len); in mesh_process_plink_frame()
1159 if (ftype != WLAN_SP_MESH_PEERING_CLOSE && in mesh_process_plink_frame()
1168 if (ftype == WLAN_SP_MESH_PEERING_CONFIRM || in mesh_process_plink_frame()
[all …]
/linux-6.15/drivers/tty/
H A Dn_gsm.c1589 ftype = UIH; in gsm_process_negotiation()
1592 ftype = UI; in gsm_process_negotiation()
1630 if (ftype != dlci->ftype) { in gsm_process_negotiation()
1635 if (ftype != UI && ftype != UIH && k > dlci->k) { in gsm_process_negotiation()
1660 dlci->ftype = ftype; in gsm_process_negotiation()
2303 if (gsm->ftype != dlci->ftype) in gsm_dlci_begin_open()
2615 dlci->ftype = UI; in gsm_dlci_config()
2670 dlci->ftype = gsm->ftype; in gsm_dlci_alloc()
3310 gsm->ftype = UIH; in gsm_alloc_mux()
3425 gsm->ftype = UIH; in gsm_config()
[all …]
/linux-6.15/arch/arm/include/asm/
H A Duser.h46 unsigned char ftype[8]; member
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_dir2_data.c56 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() local
58 if (likely(ftype < XFS_DIR3_FT_MAX)) in xfs_dir2_data_get_ftype()
59 return ftype; in xfs_dir2_data_get_ftype()
69 uint8_t ftype) in xfs_dir2_data_put_ftype() argument
71 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_data_put_ftype()
75 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype()
H A Dxfs_dir2_priv.h70 struct xfs_dir2_data_entry *dep, uint8_t ftype);
186 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
H A Dxfs_dir2_sf.c139 uint8_t ftype = sfep->name[sfep->namelen]; in xfs_dir2_sf_get_ftype() local
141 if (ftype < XFS_DIR3_FT_MAX) in xfs_dir2_sf_get_ftype()
142 return ftype; in xfs_dir2_sf_get_ftype()
152 uint8_t ftype) in xfs_dir2_sf_put_ftype() argument
154 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sf_put_ftype()
157 sfep->name[sfep->namelen] = ftype; in xfs_dir2_sf_put_ftype()
H A Dxfs_metadir.c67 unsigned char ftype) in xfs_metadir_set_xname() argument
71 xname->type = ftype; in xfs_metadir_set_xname()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dlink.c250 int ftype; in ath_paprd_calibrate() local
275 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate()
276 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
/linux-6.15/drivers/media/usb/uvc/
H A Duvc_driver.c228 u32 **intervals, u8 ftype, int width_multiplier, in uvc_parse_frame() argument
236 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_frame()
256 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_frame()
344 u8 ftype; in uvc_parse_format() local
408 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format()
410 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format()
428 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format()
451 ftype = 0; in uvc_parse_format()
483 if (ftype) { in uvc_parse_format()
485 buffer[2] == ftype) { in uvc_parse_format()
[all …]
/linux-6.15/net/wireless/
H A Dscan.c2178 enum cfg80211_bss_frame_type ftype; member
2347 switch (data->ftype) { in cfg80211_inform_single_bss_data()
2474 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data()
2935 .ftype = tx_data->ftype, in cfg80211_parse_ml_elem_sta_data()
3200 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument
3207 .ftype = ftype, in cfg80211_inform_bss_data()
3227 if (ftype == CFG80211_BSS_FTYPE_S1G_BEACON) in cfg80211_inform_bss_data()
3246 enum cfg80211_bss_frame_type ftype; in cfg80211_inform_bss_frame_data() local
3311 ftype = CFG80211_BSS_FTYPE_PRESP; in cfg80211_inform_bss_frame_data()
3313 ftype = CFG80211_BSS_FTYPE_S1G_BEACON; in cfg80211_inform_bss_frame_data()
[all …]
H A Dmlme.c953 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local
971 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()
/linux-6.15/include/linux/net/intel/
H A Di40e_client.h82 u8 ftype; /* function type, PF or VF */ member
/linux-6.15/fs/nfsd/
H A Dnfs3proc.c485 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()
492 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod()
497 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
H A Dxdr3.h59 __u32 ftype; member
H A Dnfs3xdr.c635 if (xdr_stream_decode_u32(xdr, &args->ftype) < 0) in nfs3svc_decode_mknodargs()
637 switch (args->ftype) { in nfs3svc_decode_mknodargs()
/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py163 "path": fdata.ftype,
314 fdata.ftype = path.split("/")[0]
319 fdata.nametag["path"] = fdata.ftype
/linux-6.15/fs/xfs/scrub/
H A Ddir.c91 int ftype) in xchk_dir_check_ftype() argument
96 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR) in xchk_dir_check_ftype()
101 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype()
H A Dtrace.h1605 __field(uint8_t, ftype)
2564 unsigned int ftype),
2565 TP_ARGS(sc, dp, ftype),
2570 __field(unsigned int, ftype)
2576 __entry->ftype = ftype;
2587 unsigned int ftype, unsigned int found_ftype),
2588 TP_ARGS(sc, dp, ftype, found_ftype),
2593 __field(unsigned int, ftype)
2600 __entry->ftype = ftype;
3123 __field(uint8_t, ftype)
[all …]
H A Ddir_repair.c106 uint8_t ftype; member
333 .ftype = name->type, in xrep_dir_stash_createname()
360 .ftype = name->type, in xrep_dir_stash_removename()
859 rd->xname.type = dirent.ftype; in xrep_dir_replay_updates()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c377 u8 ftype; in wil_rx_get_cid_by_skb() local
383 ftype = wil_rxdesc_ftype(d) << 2; in wil_rx_get_cid_by_skb()
384 if (likely(ftype == IEEE80211_FTYPE_DATA)) { in wil_rx_get_cid_by_skb()
426 ta, vif->wdev.iftype, ftype, skb->len); in wil_rx_get_cid_by_skb()
452 u8 ftype; in wil_vring_reap_rx() local
535 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx()
536 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
H A Dtxrx_edma.c758 u8 ftype; in wil_check_bar() local
765 ftype = wil_rx_status_get_frame_type(wil, msg); in wil_check_bar()
766 if (ftype == IEEE80211_FTYPE_DATA) in wil_check_bar()
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2672 enum vcap_field_type ftype, in vcap_rule_add_key() argument
2697 field->ctrl.type = ftype; in vcap_rule_add_key()
2840 enum vcap_field_type ftype, in vcap_rule_add_action() argument
2865 field->ctrl.type = ftype; in vcap_rule_add_action()
3427 enum vcap_field_type ftype, in vcap_rule_mod_key() argument
3434 return vcap_rule_add_key(rule, key, ftype, data); in vcap_rule_mod_key()
3472 enum vcap_field_type ftype, in vcap_rule_mod_action() argument
3479 return vcap_rule_add_action(rule, action, ftype, data); in vcap_rule_mod_action()
/linux-6.15/fs/xfs/
H A Dxfs_mount.h420 __XFS_HAS_FEAT(ftype, FTYPE) in __XFS_ADD_FEAT()

12