ftype              46 arch/arm/include/asm/user.h 	unsigned char ftype[8];
ftype              73 arch/nds32/math-emu/fpuemu.c 	int ftype = 0;
ftype              80 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype              84 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype              88 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype              92 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype              96 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype             100 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype             104 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype             108 arch/nds32/math-emu/fpuemu.c 				ftype = S2S;
ftype             114 arch/nds32/math-emu/fpuemu.c 					ftype = S1D;
ftype             118 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             122 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             126 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             130 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             134 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             138 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             142 arch/nds32/math-emu/fpuemu.c 					ftype = S1S;
ftype             163 arch/nds32/math-emu/fpuemu.c 			ftype = CS;
ftype             173 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             177 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             181 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             185 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             189 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             193 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             197 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             201 arch/nds32/math-emu/fpuemu.c 				ftype = D2D;
ftype             207 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             211 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             215 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             219 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             223 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             227 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             231 arch/nds32/math-emu/fpuemu.c 					ftype = D1S;
ftype             235 arch/nds32/math-emu/fpuemu.c 					ftype = D1D;
ftype             258 arch/nds32/math-emu/fpuemu.c 			ftype = CD;
ftype             269 arch/nds32/math-emu/fpuemu.c 	switch (ftype) {
ftype            1350 drivers/infiniband/hw/i40iw/i40iw_main.c 	info.is_pf = (ldev->ftype) ? false : true;
ftype            1576 drivers/infiniband/hw/i40iw/i40iw_main.c 	if (!ldev->ftype)
ftype             453 drivers/media/usb/uvc/uvc_driver.c 	u8 ftype;
ftype             517 drivers/media/usb/uvc/uvc_driver.c 			ftype = UVC_VS_FRAME_UNCOMPRESSED;
ftype             519 drivers/media/usb/uvc/uvc_driver.c 			ftype = UVC_VS_FRAME_FRAME_BASED;
ftype             538 drivers/media/usb/uvc/uvc_driver.c 		ftype = UVC_VS_FRAME_MJPEG;
ftype             574 drivers/media/usb/uvc/uvc_driver.c 		ftype = 0;
ftype             606 drivers/media/usb/uvc/uvc_driver.c 	       buffer[2] == ftype) {
ftype             608 drivers/media/usb/uvc/uvc_driver.c 		if (ftype != UVC_VS_FRAME_FRAME_BASED)
ftype             629 drivers/media/usb/uvc/uvc_driver.c 		if (ftype != UVC_VS_FRAME_FRAME_BASED) {
ftype             302 drivers/net/ethernet/intel/i40e/i40e_client.c 	cdev->lan_info.ftype = I40E_CLIENT_FTYPE_PF;
ftype              91 drivers/net/ethernet/intel/i40e/i40e_client.h 	u8 ftype; /* function type, PF or VF */
ftype             208 drivers/net/ethernet/intel/iavf/iavf_client.c 	cinst->lan_info.ftype = IAVF_CLIENT_FTYPE_VF;
ftype              92 drivers/net/ethernet/intel/iavf/iavf_client.h 	u8 ftype; /* function type, PF or VF */
ftype             221 drivers/net/wireless/ath/ath9k/link.c 	int ftype;
ftype             246 drivers/net/wireless/ath/ath9k/link.c 	ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC;
ftype             247 drivers/net/wireless/ath/ath9k/link.c 	hdr->frame_control = cpu_to_le16(ftype);
ftype             389 drivers/net/wireless/ath/wil6210/txrx.c 	u8 ftype;
ftype             395 drivers/net/wireless/ath/wil6210/txrx.c 	ftype = wil_rxdesc_ftype(d) << 2;
ftype             396 drivers/net/wireless/ath/wil6210/txrx.c 	if (likely(ftype == IEEE80211_FTYPE_DATA)) {
ftype             438 drivers/net/wireless/ath/wil6210/txrx.c 				    ta, vif->wdev.iftype, ftype, skb->len);
ftype             465 drivers/net/wireless/ath/wil6210/txrx.c 	u8 ftype;
ftype             548 drivers/net/wireless/ath/wil6210/txrx.c 	ftype = wil_rxdesc_ftype(d) << 2;
ftype             549 drivers/net/wireless/ath/wil6210/txrx.c 	if (unlikely(ftype != IEEE80211_FTYPE_DATA)) {
ftype             771 drivers/net/wireless/ath/wil6210/txrx_edma.c 	u8 ftype;
ftype             778 drivers/net/wireless/ath/wil6210/txrx_edma.c 	ftype = wil_rx_status_get_frame_type(wil, msg);
ftype             779 drivers/net/wireless/ath/wil6210/txrx_edma.c 	if (ftype == IEEE80211_FTYPE_DATA)
ftype            12494 drivers/scsi/lpfc/lpfc_init.c 	uint32_t magic_number, uint32_t ftype, uint32_t fid, uint32_t fsize,
ftype            12506 drivers/scsi/lpfc/lpfc_init.c 			phba->pcidev->device, magic_number, ftype, fid,
ftype            12512 drivers/scsi/lpfc/lpfc_init.c 			phba->pcidev->device, magic_number, ftype, fid,
ftype            12533 drivers/scsi/lpfc/lpfc_init.c 	uint32_t magic_number, ftype, fid, fsize;
ftype            12543 drivers/scsi/lpfc/lpfc_init.c 	ftype = bf_get_be32(lpfc_grp_hdr_file_type, image);
ftype            12590 drivers/scsi/lpfc/lpfc_init.c 					magic_number, ftype, fid, fsize, fw);
ftype             924 drivers/staging/wlan-ng/p80211netdev.c 	u16 ftype;
ftype             928 drivers/staging/wlan-ng/p80211netdev.c 	ftype = WLAN_GET_FC_FTYPE(fc);
ftype             930 drivers/staging/wlan-ng/p80211netdev.c 	switch (ftype) {
ftype             245 drivers/tty/n_gsm.c 	u8 ftype;		/* UI or UIH */
ftype             809 drivers/tty/n_gsm.c 		msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype);
ftype             878 drivers/tty/n_gsm.c 	msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype);
ftype             995 drivers/tty/n_gsm.c 	msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype);
ftype            1297 drivers/tty/n_gsm.c 	struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype);
ftype            2214 drivers/tty/n_gsm.c 	gsm->ftype = UIH;
ftype            2235 drivers/tty/n_gsm.c 	if (gsm->ftype == UIH)
ftype            2239 drivers/tty/n_gsm.c 	pr_debug("Ftype %d i %d\n", gsm->ftype, c->i);
ftype            2309 drivers/tty/n_gsm.c 		gsm->ftype = UIH;
ftype            2311 drivers/tty/n_gsm.c 		gsm->ftype = UI;
ftype             503 fs/ceph/dir.c  		u32 ftype;
ftype             513 fs/ceph/dir.c  		ftype = le32_to_cpu(rde->inode.in->mode) >> 12;
ftype             519 fs/ceph/dir.c  			      ceph_translate_ino(inode->i_sb, ino), ftype)) {
ftype            4480 fs/nfs/nfs4proc.c _nfs4_proc_remove(struct inode *dir, const struct qstr *name, u32 ftype)
ftype            4503 fs/nfs/nfs4proc.c 		if (ftype == NF4DIR && dir->i_nlink > 2)
ftype            4718 fs/nfs/nfs4proc.c 		const struct qstr *name, struct iattr *sattr, u32 ftype)
ftype            4737 fs/nfs/nfs4proc.c 		data->arg.ftype = ftype;
ftype            4761 fs/nfs/nfs4proc.c 		if (data->arg.ftype == NF4DIR)
ftype            4934 fs/nfs/nfs4proc.c 		data->arg.ftype = NF4FIFO;
ftype            4936 fs/nfs/nfs4proc.c 		data->arg.ftype = NF4BLK;
ftype            4941 fs/nfs/nfs4proc.c 		data->arg.ftype = NF4CHR;
ftype            1219 fs/nfs/nfs4xdr.c 	encode_uint32(xdr, create->ftype);
ftype            1221 fs/nfs/nfs4xdr.c 	switch (create->ftype) {
ftype              24 fs/nfs/nfstrace.h #define nfs_show_file_type(ftype) \
ftype              25 fs/nfs/nfstrace.h 	__print_symbolic(ftype, \
ftype             326 fs/nfsd/nfs3proc.c 	if (argp->ftype == 0 || argp->ftype >= NF3BAD)
ftype             328 fs/nfsd/nfs3proc.c 	if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) {
ftype             334 fs/nfsd/nfs3proc.c 		if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO)
ftype             337 fs/nfsd/nfs3proc.c 	type = nfs3_ftypes[argp->ftype];
ftype             520 fs/nfsd/nfs3xdr.c 	args->ftype = ntohl(*p++);
ftype             522 fs/nfsd/nfs3xdr.c 	if (args->ftype == NF3BLK  || args->ftype == NF3CHR
ftype             523 fs/nfsd/nfs3xdr.c 	 || args->ftype == NF3SOCK || args->ftype == NF3FIFO)
ftype             526 fs/nfsd/nfs3xdr.c 	if (args->ftype == NF3BLK || args->ftype == NF3CHR) {
ftype             372 fs/nfsd/vfs.c  	umode_t		ftype = 0;
ftype             380 fs/nfsd/vfs.c  		ftype = S_IFREG;
ftype             400 fs/nfsd/vfs.c  	err = fh_verify(rqstp, fhp, ftype, accmode);
ftype              60 fs/nfsd/xdr3.h 	__u32			ftype;
ftype              75 fs/xfs/libxfs/xfs_da_format.c 	uint8_t			ftype)
ftype              77 fs/xfs/libxfs/xfs_da_format.c 	ASSERT(ftype < XFS_DIR3_FT_MAX);
ftype              84 fs/xfs/libxfs/xfs_da_format.c 	uint8_t		ftype;
ftype              86 fs/xfs/libxfs/xfs_da_format.c 	ftype = sfep->name[sfep->namelen];
ftype              87 fs/xfs/libxfs/xfs_da_format.c 	if (ftype >= XFS_DIR3_FT_MAX)
ftype              89 fs/xfs/libxfs/xfs_da_format.c 	return ftype;
ftype              95 fs/xfs/libxfs/xfs_da_format.c 	uint8_t			ftype)
ftype              97 fs/xfs/libxfs/xfs_da_format.c 	ASSERT(ftype < XFS_DIR3_FT_MAX);
ftype              99 fs/xfs/libxfs/xfs_da_format.c 	sfep->name[sfep->namelen] = ftype;
ftype             240 fs/xfs/libxfs/xfs_da_format.c 	uint8_t			ftype)
ftype             242 fs/xfs/libxfs/xfs_da_format.c 	ASSERT(ftype < XFS_DIR3_FT_MAX);
ftype             249 fs/xfs/libxfs/xfs_da_format.c 	uint8_t		ftype = dep->name[dep->namelen];
ftype             251 fs/xfs/libxfs/xfs_da_format.c 	if (ftype >= XFS_DIR3_FT_MAX)
ftype             253 fs/xfs/libxfs/xfs_da_format.c 	return ftype;
ftype              39 fs/xfs/libxfs/xfs_dir2.h 				uint8_t ftype);
ftype              52 fs/xfs/libxfs/xfs_dir2.h 				uint8_t ftype);
ftype            2157 fs/xfs/libxfs/xfs_dir2_node.c 	int			ftype;		/* new file type */
ftype            2177 fs/xfs/libxfs/xfs_dir2_node.c 	ftype = args->filetype;
ftype            2216 fs/xfs/libxfs/xfs_dir2_node.c 		args->dp->d_ops->data_put_ftype(dep, ftype);
ftype             995 include/linux/nfs_xdr.h 	u32				ftype;
ftype            5767 include/net/cfg80211.h 			 enum cfg80211_bss_frame_type ftype,
ftype            5776 include/net/cfg80211.h 			  enum cfg80211_bss_frame_type ftype,
ftype            5787 include/net/cfg80211.h 	return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
ftype            5795 include/net/cfg80211.h 		    enum cfg80211_bss_frame_type ftype,
ftype            5806 include/net/cfg80211.h 	return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
ftype             180 kernel/trace/trace_probe.h #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype)	\
ftype             188 kernel/trace/trace_probe.h #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype)	\
ftype             189 kernel/trace/trace_probe.h 	__ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, #_fmttype)
ftype             190 kernel/trace/trace_probe.h #define ASSIGN_FETCH_TYPE(ptype, ftype, sign)			\
ftype             191 kernel/trace/trace_probe.h 	_ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype)
ftype             194 kernel/trace/trace_probe.h #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign)		\
ftype             195 kernel/trace/trace_probe.h 	_ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
ftype            1004 net/mac80211/mesh_plink.c 		     enum ieee80211_self_protected_actioncode ftype,
ftype            1011 net/mac80211/mesh_plink.c 	matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE ||
ftype            1021 net/mac80211/mesh_plink.c 		if (ftype != WLAN_SP_MESH_PEERING_OPEN) {
ftype            1043 net/mac80211/mesh_plink.c 	switch (ftype) {
ftype            1100 net/mac80211/mesh_plink.c 	enum ieee80211_self_protected_actioncode ftype;
ftype            1118 net/mac80211/mesh_plink.c 	ftype = mgmt->u.action.u.self_prot.action_code;
ftype            1119 net/mac80211/mesh_plink.c 	if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) ||
ftype            1120 net/mac80211/mesh_plink.c 	    (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) ||
ftype            1121 net/mac80211/mesh_plink.c 	    (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6
ftype            1125 net/mac80211/mesh_plink.c 			ftype, ie_len);
ftype            1129 net/mac80211/mesh_plink.c 	if (ftype != WLAN_SP_MESH_PEERING_CLOSE &&
ftype            1138 net/mac80211/mesh_plink.c 	if (ftype == WLAN_SP_MESH_PEERING_CONFIRM ||
ftype            1139 net/mac80211/mesh_plink.c 	    (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len == 8))
ftype            1147 net/mac80211/mesh_plink.c 	if (ftype == WLAN_SP_MESH_PEERING_OPEN &&
ftype            1155 net/mac80211/mesh_plink.c 	event = mesh_plink_get_event(sdata, sta, elems, ftype, llid, plid);
ftype             711 net/wireless/mlme.c 	__le16 ftype = mgmt->frame_control &
ftype             729 net/wireless/mlme.c 		if (reg->frame_type != ftype)
ftype            1366 net/wireless/scan.c 				enum cfg80211_bss_frame_type ftype,
ftype            1424 net/wireless/scan.c 	switch (ftype) {
ftype            1543 net/wireless/scan.c 				       enum cfg80211_bss_frame_type ftype,
ftype            1639 net/wireless/scan.c 							      ftype,
ftype            1661 net/wireless/scan.c 			 enum cfg80211_bss_frame_type ftype,
ftype            1669 net/wireless/scan.c 	res = cfg80211_inform_single_bss_data(wiphy, data, ftype, bssid, tsf,
ftype            1675 net/wireless/scan.c 	cfg80211_parse_mbssid_data(wiphy, data, ftype, bssid, tsf,
ftype            1689 net/wireless/scan.c 	enum cfg80211_bss_frame_type ftype;
ftype            1694 net/wireless/scan.c 	ftype = ieee80211_is_beacon(mgmt->frame_control) ?
ftype            1697 net/wireless/scan.c 	cfg80211_parse_mbssid_data(wiphy, data, ftype, mgmt->bssid,