Home
last modified time | relevance | path

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

/linux/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/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/drivers/tty/
H A Dn_gsm.c178 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, in gsm_process_negotiation() local
[all...]
/linux/arch/arm/include/asm/
H A Duser.h46 unsigned char ftype[8]; member
/linux/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_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_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_metadir.c67 unsigned char ftype) in xfs_metadir_set_xname() argument
71 xname->type = ftype; in xfs_metadir_set_xname()
/linux/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/include/linux/net/intel/
H A Di40e_client.h82 u8 ftype; /* function type, PF or VF */ member
/linux/fs/xfs/scrub/
H A Dtrace.h1605 __field(uint8_t, ftype)
1614 __entry->ftype = xfs_mode_to_ftype(VFS_I(ip)->i_mode);
1623 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR),
2564 unsigned int ftype),
2565 TP_ARGS(sc, dp, ftype),
2570 __field(unsigned int, ftype)
2576 __entry->ftype = ftype;
2582 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR))
2587 unsigned int ftype, unsigned int found_ftype),
2588 TP_ARGS(sc, dp, ftype, found_ftype),
[all …]
/linux/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/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/fs/xfs/
H A Dxfs_mount.h382 __XFS_HAS_FEAT(ftype, FTYPE) in __XFS_ADD_FEAT()
H A Dxfs_trace.h5578 __field(int, ftype)
5586 __entry->ftype = name->type;
5593 __print_symbolic(__entry->ftype, XFS_DIR3_FTYPE_STR),
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c348 cdev->lan_info.ftype = I40E_CLIENT_FTYPE_PF; in i40e_client_add_instance()
/linux/fs/smb/client/
H A Dfile.c1868 unsigned char ftype = flock->c.flc_type; in cifs_push_posix_locks() local
1879 if (ftype == F_RDLCK || ftype == F_SHLCK) in cifs_push_posix_locks()
/linux/fs/nfs/
H A Dnfs4proc.c4866 _nfs4_proc_remove(struct inode *dir, const struct qstr *name, u32 ftype) in _nfs4_proc_remove() argument
4888 if (ftype == NF4DIR && dir->i_nlink > 2) in _nfs4_proc_remove()
5103 const struct qstr *name, struct iattr *sattr, u32 ftype) in nfs4_alloc_createdata() argument
5122 data->arg.ftype = ftype; in nfs4_alloc_createdata()
5143 if (data->arg.ftype == NF4DIR) in nfs4_do_create()
5324 data->arg.ftype = NF4FIFO; in _nfs4_proc_mknod()
5326 data->arg.ftype = NF4BLK; in _nfs4_proc_mknod()
5331 data->arg.ftype = NF4CHR; in _nfs4_proc_mknod()
H A Dnfs4xdr.c1228 encode_uint32(xdr, create->ftype); in encode_create()
1230 switch (create->ftype) { in encode_create()
/linux/include/linux/
H A Dnfs_xdr.h1049 u32 ftype; member
/linux/fs/btrfs/
H A Dinode.c5998 u8 ftype; in btrfs_real_readdir() local
6024 ftype = btrfs_dir_flags_to_ftype(btrfs_dir_flags(leaf, di)); in btrfs_real_readdir()
6030 put_unaligned(fs_ftype_to_dtype(ftype), &entry->type); in btrfs_real_readdir()