| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global1_atu.c | 20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write() 132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op() 172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_get_next() 177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) in mv88e6xxx_g1_atu_fid_read() 289 int mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_getnext() 316 int mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_loadpurge() 336 static int mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_flushmove() 364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() 373 static int mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_move() 393 int mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, in mv88e6xxx_g1_atu_remove() [all …]
|
| H A D | switchdev.c | 34 static int mv88e6xxx_find_vid(struct mv88e6xxx_chip *chip, u16 fid, u16 *vid) in mv88e6xxx_find_vid() 54 struct mv88e6xxx_atu_entry *entry, u16 fid) in mv88e6xxx_handle_miss_violation()
|
| /linux/fs/coda/ |
| H A D | cnode.c | 47 struct CodaFid *fid = (struct CodaFid *)data; in coda_test_inode() local 54 struct CodaFid *fid = (struct CodaFid *)data; in coda_set_inode() local 60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget() 97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make() 140 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
|
| H A D | upcall.c | 92 int venus_getattr(struct super_block *sb, struct CodaFid *fid, in venus_getattr() 111 int venus_setattr(struct super_block *sb, struct CodaFid *fid, in venus_setattr() 130 int venus_lookup(struct super_block *sb, struct CodaFid *fid, in venus_lookup() 160 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, in venus_close() 180 int venus_open(struct super_block *sb, struct CodaFid *fid, in venus_open() 347 int venus_readlink(struct super_block *sb, struct CodaFid *fid, in venus_readlink() 379 int venus_link(struct super_block *sb, struct CodaFid *fid, in venus_link() 405 int venus_symlink(struct super_block *sb, struct CodaFid *fid, in venus_symlink() 440 int venus_fsync(struct super_block *sb, struct CodaFid *fid) in venus_fsync() 456 int venus_access(struct super_block *sb, struct CodaFid *fid, int mask) in venus_access() [all …]
|
| /linux/fs/9p/ |
| H A D | fid.h | 21 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid() 27 struct p9_fid *fid, *nfid; in v9fs_fid_clone() local 49 static inline void v9fs_fid_add_modes(struct p9_fid *fid, unsigned int s_flags, in v9fs_fid_add_modes()
|
| H A D | acl.h | 27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() 31 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod() 36 struct p9_fid *fid, in v9fs_set_create_acl()
|
| H A D | xattr.c | 18 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get() 68 struct p9_fid *fid; in v9fs_xattr_get() local 98 struct p9_fid *fid; in v9fs_xattr_set() local 108 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
|
| /linux/tools/power/cpupower/debug/i386/ |
| H A D | powernow-k8-decode.c | 27 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid() 57 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid() 72 uint32_t fid, vid; in main() local
|
| /linux/fs/fat/ |
| H A D | nfs.c | 105 struct fat_fid *fid = (struct fat_fid *) fh; in fat_encode_fh_nostale() local 148 static struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, in fat_fh_to_dentry() 160 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_dentry_nostale() local 186 static struct dentry *fat_fh_to_parent(struct super_block *sb, struct fid *fid, in fat_fh_to_parent() 198 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_parent_nostale() local
|
| /linux/arch/riscv/kernel/ |
| H A D | sbi_ecall.c | 8 long __sbi_base_ecall(int fid) in __sbi_base_ecall() 23 int fid, int ext) in __sbi_ecall()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 108 u16 fid; member 600 struct mlxsw_sp_fid *fid = mlxsw_sp_port_vlan->fid; in mlxsw_sp_port_vlan_find_by_fid() local 1353 struct mlxsw_sp_fid *fid; in mlxsw_sp_port_vlan_fid_join() local 1399 struct mlxsw_sp_fid *fid = mlxsw_sp_port_vlan->fid; in mlxsw_sp_port_vlan_fid_leave() local 1480 struct mlxsw_sp_fid *fid = mlxsw_sp_port_vlan->fid; in mlxsw_sp_port_vlan_bridge_leave() local 1648 const char *mac, u16 fid, __be32 addr, bool adding) in mlxsw_sp_port_fdb_tun_uc_op4() 1678 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() 1706 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_add() 1739 const char *mac, u16 fid, in mlxsw_sp_port_fdb_tun_uc_op6_del() 1749 u16 fid, const struct in6_addr *addr, bool adding) in mlxsw_sp_port_fdb_tun_uc_op6() [all …]
|
| H A D | spectrum_nve.c | 594 mlxsw_sp_nve_fid_flood_index_set(struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_fid_flood_index_set() 613 mlxsw_sp_nve_fid_flood_index_clear(struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_fid_flood_index_clear() 633 struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_flood_ip_add() 664 struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_flood_ip_del() 702 struct mlxsw_sp_fid *fid) in mlxsw_sp_nve_flood_ip_flush() 785 const struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_fdb_clear_offload() 935 int mlxsw_sp_nve_fid_enable(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid, in mlxsw_sp_nve_fid_enable() 984 struct mlxsw_sp_fid *fid) in mlxsw_sp_nve_fid_disable()
|
| /linux/fs/btrfs/ |
| H A D | export.c | 21 struct btrfs_fid *fid = (struct btrfs_fid *)fh; in btrfs_encode_fh() local 109 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_parent() local 133 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_dentry() local
|
| /linux/fs/efs/ |
| H A D | namei.c | 96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, in efs_fh_to_dentry() 103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, in efs_fh_to_parent()
|
| /linux/fs/smb/client/ |
| H A D | link.c | 233 struct cifs_fid fid; in cifs_query_mf_symlink() local 278 struct cifs_fid fid; in cifs_create_mf_symlink() local 317 struct cifs_fid fid; in smb3_query_mf_symlink() local 380 struct cifs_fid fid; in smb3_create_mf_symlink() local
|
| /linux/fs/squashfs/ |
| H A D | export.c | 83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() 94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent()
|
| /linux/fs/isofs/ |
| H A D | export.c | 163 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry() 175 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_parent()
|
| /linux/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 251 static int get_nci_devid(int sd, __u16 fid, __u32 pid, int dev_id, struct msgtemplate *msg) in get_nci_devid() 305 __u16 fid; in FIXTURE() local 581 int start_polling(int dev_idx, int proto, int virtual_fd, int sd, int fid, int pid) in start_polling() 605 int stop_polling(int dev_idx, int virtual_fd, int sd, int fid, int pid) in stop_polling() 638 int get_taginfo(int dev_idx, int sd, int fid, int pid) in get_taginfo() 719 int connect_tag(int dev_idx, int virtual_fd, int sd, int fid, int pid) in connect_tag()
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc-armpll.c | 69 unsigned int policy, fid, active_fid; in __get_fid() local 108 unsigned int fid; in __get_mdiv() local
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-zynqmp.c | 515 static int zynqmp_pinctrl_get_function_groups(u32 fid, u32 index, u16 *groups) in zynqmp_pinctrl_get_function_groups() 534 static int zynqmp_pinctrl_get_func_num_groups(u32 fid, unsigned int *ngroups) in zynqmp_pinctrl_get_func_num_groups() 573 static int zynqmp_pinctrl_prepare_func_groups(struct device *dev, u32 fid, in zynqmp_pinctrl_prepare_func_groups() 638 static void zynqmp_pinctrl_get_function_name(u32 fid, char *name) in zynqmp_pinctrl_get_function_name()
|
| /linux/fs/jffs2/ |
| H A D | super.c | 122 static struct dentry *jffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, in jffs2_fh_to_dentry() 129 static struct dentry *jffs2_fh_to_parent(struct super_block *sb, struct fid *fid, in jffs2_fh_to_parent()
|
| /linux/arch/s390/pci/ |
| H A D | pci_event.c | 24 u32 fid; /* function id */ member 41 u32 fid; /* function id */ member
|
| /linux/drivers/w1/ |
| H A D | w1_family.c | 86 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()
|
| /linux/drivers/acpi/arm64/ |
| H A D | ffh.c | 54 static bool acpi_ffh_smccc_owner_allowed(u32 fid) in acpi_ffh_smccc_owner_allowed()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_config.c | 700 const unsigned char *addr, u8 fid, int cmd) in icssg_fdb_setup() 732 u8 fid = vid; in icssg_fdb_add_del() local 758 u8 fid = vid; in icssg_fdb_lookup() local
|