/linux/usr/ |
H A D | gen_initramfs.sh | 95 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/kernel/trace/ |
H A D | trace_probe.h | 189 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 200 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 201 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 202 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 203 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 206 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 207 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/linux/drivers/tty/ |
H A D | n_gsm.c | 178 u8 ftype; /* Frame type */ member 333 u8 ftype; /* UI or UIH */ member 598 switch (dlci->ftype) { in gsm_encode_params() 606 pr_debug("unsupported frame type %d\n", dlci->ftype); in gsm_encode_params() 1197 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output() 1273 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output_framed() 1330 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_modem_output() 1459 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_command() 1487 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_reply() 1573 unsigned int ftype, i, adaption, prio, n1, k; in gsm_process_negotiation() local [all …]
|
/linux/arch/arm/include/asm/ |
H A D | user.h | 46 unsigned char ftype[8]; member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 56 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 D | xfs_dir2_priv.h | 70 struct xfs_dir2_data_entry *dep, uint8_t ftype); 186 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
|
H A D | xfs_dir2_sf.c | 139 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()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 221 int ftype; in ath_paprd_calibrate() local 246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 247 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
/linux/net/wireless/ |
H A D | scan.c | 2145 enum cfg80211_bss_frame_type ftype; member 2314 switch (data->ftype) { in cfg80211_inform_single_bss_data() 2441 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data() 2902 .ftype = tx_data->ftype, in cfg80211_parse_ml_elem_sta_data() 3155 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP) in cfg80211_parse_ml_sta_data() 3167 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 3174 .ftype = ftype, in cfg80211_inform_bss_data() 3194 if (ftype == CFG80211_BSS_FTYPE_S1G_BEACON) in cfg80211_inform_bss_data() 3213 enum cfg80211_bss_frame_type ftype; in cfg80211_inform_bss_frame_data() local 3278 ftype = CFG80211_BSS_FTYPE_PRESP; in cfg80211_inform_bss_frame_data() [all …]
|
H A D | mlme.c | 946 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local 964 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()
|
/linux/fs/nfsd/ |
H A D | nfs3proc.c | 485 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 D | xdr3.h | 59 __u32 ftype; member
|
H A D | nfs3xdr.c | 635 if (xdr_stream_decode_u32(xdr, &args->ftype) < 0) in nfs3svc_decode_mknodargs() 637 switch (args->ftype) { in nfs3svc_decode_mknodargs()
|
/linux/include/linux/net/intel/ |
H A D | i40e_client.h | 82 u8 ftype; /* function type, PF or VF */ member
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 377 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 D | txrx_edma.c | 758 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/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 2672 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/fs/xfs/ |
H A D | xfs_mount.h | 375 __XFS_HAS_FEAT(ftype, FTYPE) in __XFS_ADD_FEAT()
|
H A D | xfs_trace.h | 5549 __field(int, ftype) 5557 __entry->ftype = name->type; 5564 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR),
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | 348 cdev->lan_info.ftype = I40E_CLIENT_FTYPE_PF; in i40e_client_add_instance()
|
/linux/fs/smb/client/ |
H A D | file.c | 1862 unsigned char ftype = flock->c.flc_type; in cifs_push_posix_locks() local 1873 if (ftype == F_RDLCK || ftype == F_SHLCK) in cifs_push_posix_locks()
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 4854 _nfs4_proc_remove(struct inode *dir, const struct qstr *name, u32 ftype) in _nfs4_proc_remove() argument 4876 if (ftype == NF4DIR && dir->i_nlink > 2) in _nfs4_proc_remove() 5091 const struct qstr *name, struct iattr *sattr, u32 ftype) in nfs4_alloc_createdata() argument 5110 data->arg.ftype = ftype; in nfs4_alloc_createdata() 5131 if (data->arg.ftype == NF4DIR) in nfs4_do_create() 5312 data->arg.ftype = NF4FIFO; in _nfs4_proc_mknod() 5314 data->arg.ftype = NF4BLK; in _nfs4_proc_mknod() 5319 data->arg.ftype = NF4CHR; in _nfs4_proc_mknod()
|
/linux/include/net/ |
H A D | cfg80211.h | 7435 enum cfg80211_bss_frame_type ftype, 7443 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 7453 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 1049 u32 ftype; member
|
/linux/fs/btrfs/ |
H A D | inode.c | 5955 u8 ftype; in btrfs_real_readdir() local 5981 ftype = btrfs_dir_flags_to_ftype(btrfs_dir_flags(leaf, di)); in btrfs_real_readdir() 5987 put_unaligned(fs_ftype_to_dtype(ftype), &entry->type); in btrfs_real_readdir()
|