Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 25 of 155) sorted by relevance

1234567

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_fid.c98 mlxsw_sp_fid_flood_table_lookup(const struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_flood_table_lookup()
113 int mlxsw_sp_fid_flood_set(struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_flood_set()
143 int mlxsw_sp_fid_port_vid_map(struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_port_vid_map()
151 void mlxsw_sp_fid_port_vid_unmap(struct mlxsw_sp_fid *fid, in mlxsw_sp_fid_port_vid_unmap()
157 enum mlxsw_sp_rif_type mlxsw_sp_fid_rif_type(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_rif_type()
162 u16 mlxsw_sp_fid_index(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_index()
167 enum mlxsw_sp_fid_type mlxsw_sp_fid_type(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_type()
172 void mlxsw_sp_fid_rif_set(struct mlxsw_sp_fid *fid, struct mlxsw_sp_rif *rif) in mlxsw_sp_fid_rif_set()
187 mlxsw_sp_fid_8021q_fid(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_8021q_fid()
192 u16 mlxsw_sp_fid_8021q_vid(const struct mlxsw_sp_fid *fid) in mlxsw_sp_fid_8021q_vid()
[all …]
/Linux-v4.19/net/9p/
Dclient.c909 struct p9_fid *fid; in p9_fid_create() local
937 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy()
1078 struct p9_fid *fid; in p9_client_destroy() local
1118 struct p9_fid *fid; in p9_client_attach() local
1165 struct p9_fid *fid; in p9_client_walk() local
1237 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open()
1327 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate()
1425 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync()
1451 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk()
1495 int p9_client_remove(struct p9_fid *fid) in p9_client_remove()
[all …]
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dglobal1_atu.c20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) in mv88e6xxx_g1_atu_fid_write()
86 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) in mv88e6xxx_g1_atu_op()
200 int mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_getnext()
227 int mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_loadpurge()
247 static int mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_flushmove()
275 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush()
284 static int mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, in mv88e6xxx_g1_atu_move()
304 int mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, in mv88e6xxx_g1_atu_remove()
/Linux-v4.19/fs/coda/
Dcnode.c47 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()
92 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make()
135 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
Dupcall.c92 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-v4.19/fs/9p/
Dfid.c44 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
49 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add()
66 struct p9_fid *fid, *ret; in v9fs_fid_find() local
123 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid() local
263 struct p9_fid *fid; in v9fs_writeback_fid() local
Dvfs_inode_dotl.c114 struct p9_fid *fid, in v9fs_qid_iget_dotl()
161 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl()
252 struct p9_fid *fid = NULL; in v9fs_vfs_atomic_open_dotl() local
388 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local
478 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() local
558 struct p9_fid *fid; in v9fs_vfs_setattr_dotl() local
688 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() local
791 struct p9_fid *fid; in v9fs_vfs_link_dotl() local
821 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local
910 struct p9_fid *fid; in v9fs_vfs_get_link_dotl() local
[all …]
Dacl.h28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
32 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
37 struct p9_fid *fid, in v9fs_set_create_acl()
Dvfs_dir.c97 struct p9_fid *fid = filp->private_data; in v9fs_alloc_rdir_buf() local
115 struct p9_fid *fid; in v9fs_dir_readdir() local
179 struct p9_fid *fid; in v9fs_dir_readdir_dotl() local
236 struct p9_fid *fid; in v9fs_dir_release() local
Dvfs_file.c64 struct p9_fid *fid; in v9fs_file_open() local
153 struct p9_fid *fid; in v9fs_file_do_lock() local
245 struct p9_fid *fid; in v9fs_file_getlock() local
384 struct p9_fid *fid = iocb->ki_filp->private_data; in v9fs_file_read_iter() local
443 struct p9_fid *fid; in v9fs_file_fsync() local
467 struct p9_fid *fid; in v9fs_file_fsync_dotl() local
505 struct p9_fid *fid; in v9fs_mmap_file_mmap() local
Dacl.c28 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl()
56 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
117 static int v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) in v9fs_set_acl()
150 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) in v9fs_acl_chmod()
169 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, in v9fs_set_create_acl()
Dxattr.c25 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get()
73 struct p9_fid *fid; in v9fs_xattr_get() local
99 struct p9_fid *fid = v9fs_fid_lookup(dentry); in v9fs_xattr_set() local
103 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
Dvfs_inode.c552 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid()
668 struct p9_fid *dfid, *ofid, *fid; in v9fs_create() local
750 struct p9_fid *fid; in v9fs_vfs_create() local
775 struct p9_fid *fid; in v9fs_vfs_mkdir() local
810 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() local
868 struct p9_fid *fid, *inode_fid; in v9fs_vfs_atomic_open() local
1078 struct p9_fid *fid; in v9fs_vfs_getattr() local
1114 struct p9_fid *fid; in v9fs_vfs_setattr() local
1258 struct p9_fid *fid; in v9fs_vfs_get_link() local
1307 struct p9_fid *fid; in v9fs_vfs_mkspecial() local
[all …]
/Linux-v4.19/drivers/s390/char/
Dsclp_pci.c40 u32 fid; member
57 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()
90 int sclp_pci_configure(u32 fid) in sclp_pci_configure()
96 int sclp_pci_deconfigure(u32 fid) in sclp_pci_deconfigure()
124 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report()
/Linux-v4.19/tools/power/cpupower/debug/i386/
Dpowernow-k8-decode.c28 static int get_fidvid(uint32_t cpu, uint32_t *fid, uint32_t *vid) in get_fidvid()
58 static uint32_t find_freq_from_fid(uint32_t fid) in find_freq_from_fid()
73 uint32_t fid, vid; in main() local
/Linux-v4.19/fs/cifs/
Dsmb1ops.c573 struct cifs_fid fid; in cifs_query_path_info() local
619 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info()
722 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid()
732 struct cifs_fid *fid) in cifs_close_file()
739 struct cifs_fid *fid) in cifs_flush_file()
770 struct cifs_fid fid; in smb_set_file_info() local
848 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first()
862 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next()
870 struct cifs_fid *fid) in cifs_close_dir()
876 cifs_oplock_response(struct cifs_tcon *tcon, struct cifs_fid *fid, in cifs_oplock_response()
[all …]
Dsmb2ops.c548 struct cifs_fid fid; in smb3_qfs_tcon() local
592 struct cifs_fid fid; in smb2_qfs_tcon() local
621 struct cifs_fid fid; in smb2_is_path_accessible() local
662 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info()
774 struct cifs_fid fid; in smb2_query_eas() local
852 struct cifs_fid fid; in smb2_set_ea() local
1010 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid()
1025 struct cifs_fid *fid) in smb2_close_file()
1191 struct cifs_fid *fid) in smb2_flush_file()
1450 struct cifs_fid *fid, __u16 search_flags, in smb2_query_dir_first()
[all …]
/Linux-v4.19/fs/fat/
Dnfs.c114 struct fat_fid *fid = (struct fat_fid *) fh; in fat_encode_fh_nostale() local
151 static struct dentry *fat_fh_to_dentry(struct super_block *sb, struct fid *fid, in fat_fh_to_dentry()
163 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_dentry_nostale() local
189 static struct dentry *fat_fh_to_parent(struct super_block *sb, struct fid *fid, in fat_fh_to_parent()
201 struct fat_fid *fid = (struct fat_fid *)fh; in fat_fh_to_parent_nostale() local
/Linux-v4.19/fs/xfs/
Dxfs_export.c50 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local
161 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry()
185 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent()
/Linux-v4.19/drivers/cpufreq/
Dpowernow-k8.c61 static u32 find_freq_from_fid(u32 fid) in find_freq_from_fid()
67 static u32 find_khz_freq_from_fid(u32 fid) in find_khz_freq_from_fid()
78 static u32 convert_fid_to_vco_fid(u32 fid) in convert_fid_to_vco_fid()
137 u8 fid, vid; in fidvid_msr_init() local
149 static int write_new_fid(struct powernow_k8_data *data, u32 fid) in write_new_fid()
807 u32 fid; in fill_powernow_table_fidvid() local
887 u32 fid = 0; in transition_frequency_fidvid() local
Dpowernow-k7.c60 unsigned long fid:5, member
175 u8 fid, vid; in get_ranges() local
218 static void change_FID(int fid) in change_FID()
250 u8 fid, vid; in powernow_target() local
352 u8 fid, vid; in powernow_acpi_init() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dbase.c120 nvkm_secboot_is_managed(struct nvkm_secboot *sb, enum nvkm_secboot_falcon fid) in nvkm_secboot_is_managed()
199 unsigned long fid; in nvkm_secboot_ctor() local
/Linux-v4.19/fs/exportfs/
Dexpfs.c356 static int export_encode_fh(struct inode *inode, struct fid *fid, in export_encode_fh()
383 int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, in exportfs_encode_inode_fh()
395 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh()
418 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
/Linux-v4.19/fs/btrfs/
Dexport.c20 struct btrfs_fid *fid = (struct btrfs_fid *)fh; in btrfs_encode_fh() local
112 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_parent() local
136 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_dentry() local
/Linux-v4.19/tools/power/cpupower/utils/helpers/
Damd.c18 unsigned fid:6; member
31 unsigned fid:8; member
59 int fid, did, cof; in get_cof() local

1234567