/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 205 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 213 ASSIGN_FETCH_FUNC(reg, ftype), \ 214 ASSIGN_FETCH_FUNC(stack, ftype), \ 215 ASSIGN_FETCH_FUNC(retval, ftype), \ 216 ASSIGN_FETCH_FUNC(memory, ftype), \ 217 ASSIGN_FETCH_FUNC(symbol, ftype), \ 218 ASSIGN_FETCH_FUNC(deref, ftype), \ 219 ASSIGN_FETCH_FUNC(bitfield, ftype), \ 220 ASSIGN_FETCH_FUNC(file_offset, ftype), \ 224 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument [all …]
|
/linux-4.4.14/scripts/ |
D | gen_initramfs_list.sh | 114 local ftype=$(filetype "${location}") 120 [ "${ftype}" = "invalid" ] && return 0 123 case "${ftype}" in 125 str="${ftype} ${name} ${location} ${str}" 135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 139 str="${ftype} ${name} ${target} ${str}" 142 str="${ftype} ${name} ${str}"
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_format.c | 91 __uint8_t ftype) in xfs_dir2_sfe_put_ftype() argument 93 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sfe_put_ftype() 100 __uint8_t ftype; in xfs_dir3_sfe_get_ftype() local 102 ftype = sfep->name[sfep->namelen]; in xfs_dir3_sfe_get_ftype() 103 if (ftype >= XFS_DIR3_FT_MAX) in xfs_dir3_sfe_get_ftype() 105 return ftype; in xfs_dir3_sfe_get_ftype() 111 __uint8_t ftype) in xfs_dir3_sfe_put_ftype() argument 113 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir3_sfe_put_ftype() 115 sfep->name[sfep->namelen] = ftype; in xfs_dir3_sfe_put_ftype() 260 __uint8_t ftype) in xfs_dir2_data_put_ftype() argument [all …]
|
D | xfs_dir2.h | 50 __uint8_t ftype); 63 __uint8_t ftype);
|
D | xfs_dir2_node.c | 2138 int ftype; /* new file type */ in xfs_dir2_node_replace() local 2158 ftype = args->filetype; in xfs_dir2_node_replace() 2197 args->dp->d_ops->data_put_ftype(dep, ftype); in xfs_dir2_node_replace()
|
/linux-4.4.14/net/mac80211/ |
D | mesh_plink.c | 953 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 960 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 970 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 994 switch (ftype) { in mesh_plink_get_event() 1050 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1068 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1069 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame() 1070 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame() 1071 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1075 ftype, ie_len); in mesh_process_plink_frame() [all …]
|
/linux-4.4.14/arch/arm/include/asm/ |
D | user.h | 45 unsigned char ftype[8]; member
|
/linux-4.4.14/fs/nfsd/ |
D | nfs3proc.c | 303 if (argp->ftype == 0 || argp->ftype >= NF3BAD) in nfsd3_proc_mknod() 305 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 311 if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) in nfsd3_proc_mknod() 314 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
D | nfs3xdr.c | 505 args->ftype = ntohl(*p++); in nfs3svc_decode_mknodargs() 507 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs() 508 || args->ftype == NF3SOCK || args->ftype == NF3FIFO) in nfs3svc_decode_mknodargs() 511 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
|
D | xdr3.h | 59 __u32 ftype; member
|
D | vfs.c | 368 umode_t ftype = 0; in nfsd_setattr() local 377 ftype = S_IFREG; in nfsd_setattr() 383 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 917 u16 ftype; in p80211_rx_typedrop() local 921 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 925 ftype, fstype); in p80211_rx_typedrop() 927 switch (ftype) { in p80211_rx_typedrop()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | link.c | 217 int ftype; in ath_paprd_calibrate() local 242 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 243 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 258 u8 ftype; /* UI or UIH */ member 822 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output() 891 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output_framed() 1008 msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_reply() 1310 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype); in gsm_control_transmit() 2188 gsm->ftype = UIH; in gsm_alloc_mux() 2559 gsm->ftype = UIH; in gsmld_config() 2561 gsm->ftype = UI; in gsmld_config() 2593 if (gsm->ftype == UIH) in gsmld_ioctl() 2597 pr_debug("Ftype %d i %d\n", gsm->ftype, c.i); in gsmld_ioctl()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 343 __u8 ftype; in uvc_parse_format() local 391 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 393 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 412 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 448 ftype = 0; in uvc_parse_format() 480 buffer[2] == ftype) { in uvc_parse_format() 482 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 503 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 4098 enum cfg80211_bss_frame_type ftype, 4107 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument 4118 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss_width() 4126 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 4137 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|
/linux-4.4.14/fs/nfs/ |
D | nfstrace.h | 12 #define nfs_show_file_type(ftype) \ argument 13 __print_symbolic(ftype, \
|
D | nfs4proc.c | 3898 struct qstr *name, struct iattr *sattr, u32 ftype) in nfs4_alloc_createdata() argument 3917 data->arg.ftype = ftype; in nfs4_alloc_createdata() 4099 data->arg.ftype = NF4FIFO; in _nfs4_proc_mknod() 4101 data->arg.ftype = NF4BLK; in _nfs4_proc_mknod() 4106 data->arg.ftype = NF4CHR; in _nfs4_proc_mknod()
|
D | nfs4xdr.c | 1164 encode_uint32(xdr, create->ftype); in encode_create() 1166 switch (create->ftype) { in encode_create()
|
/linux-4.4.14/net/wireless/ |
D | mlme.c | 666 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt() local 684 if (reg->frame_type != ftype) in cfg80211_rx_mgmt()
|
D | scan.c | 944 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 990 switch (ftype) { in cfg80211_inform_bss_data()
|
/linux-4.4.14/fs/ceph/ |
D | dir.c | 264 u32 ftype; in ceph_readdir() local 429 ftype = le32_to_cpu(in->mode) >> 12; in ceph_readdir() 436 ceph_translate_ino(inode->i_sb, ino), ftype)) { in ceph_readdir()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 387 u8 ftype; in wil_vring_reap_rx() local 455 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx() 456 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 918 u32 ftype; member
|