Searched refs:fid (Results 176 - 200 of 266) sorted by last modified time

1234567891011

/linux-master/fs/coda/
H A Ddir.c60 struct CodaFid fid = { { 0, } }; local
62 &type, &fid);
63 inode = !error ? coda_cnode_make(&fid, sb) : ERR_PTR(error);
543 pr_warn("inode %ld, fid %s changed type!\n",
547 /* the following can happen when a local fid is replaced
/linux-master/fs/9p/
H A Dxattr.h15 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
19 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name,
H A Dvfs_dentry.c24 #include "fid.h"
61 struct p9_fid *fid; local
77 fid = v9fs_fid_lookup(dentry);
78 if (IS_ERR(fid))
79 return PTR_ERR(fid);
83 retval = v9fs_refresh_inode_dotl(fid, inode);
85 retval = v9fs_refresh_inode(fid, inode);
86 p9_fid_put(fid);
H A Dfid.c19 #include "fid.h"
21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) argument
23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata);
28 * v9fs_fid_add - add a fid to a dentry
29 * @dentry: dentry that the fid is being added to
30 * @pfid: fid to add, NULLed out
35 struct p9_fid *fid = *pfid; local
38 __add_fid(dentry, fid);
53 * v9fs_fid_find_inode - search for an open fid off of the inode list
54 * @inode: return a fid pointin
64 struct p9_fid *fid, *ret = NULL; local
95 struct p9_fid *fid = *pfid; local
115 struct p9_fid *fid, *ret; local
177 struct p9_fid *fid, *root_fid, *old_fid; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1982 u16 fid; local
2065 fid = FIELD_VALUE(PXP_PRETEND_CONCRETE_FID_PFID,
2067 qed_fid_pretend(p_hwfn, p_ptt, fid);
2070 fid = FIELD_VALUE(PXP_PRETEND_CONCRETE_FID_PFID,
2072 qed_port_fid_pretend(p_hwfn, p_ptt, port_id, fid);
2075 fid = FIELD_VALUE(PXP_PRETEND_CONCRETE_FID_VFVALID, 1)
2078 qed_fid_pretend(p_hwfn, p_ptt, fid);
H A Dqed_hw.c296 void qed_fid_pretend(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 fid) argument
310 if (!GET_FIELD(fid, PXP_CONCRETE_FID_VFVALID))
311 fid = GET_FIELD(fid, PXP_CONCRETE_FID_PFID);
314 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid);
356 struct qed_ptt *p_ptt, u8 port_id, u16 fid)
365 if (!GET_FIELD(fid, PXP_CONCRETE_FID_VFVALID))
366 fid
355 qed_port_fid_pretend(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u8 port_id, u16 fid) argument
[all...]
/linux-master/fs/smb/client/
H A Dcached_dir.h43 struct cifs_fid fid; member in struct:cached_fid
H A Dcifsacl.c1422 struct cifs_fid fid; local
1438 .fid = &fid,
1443 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen);
1444 CIFSSMBClose(xid, tcon, fid.netfid);
1469 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info);
1484 struct cifs_fid fid; local
1505 .fid = &fid,
1514 rc = CIFSSMBSetCIFSACL(xid, tcon, fid
[all...]
/linux-master/fs/xfs/
H A Dxfs_export.c48 struct fid *fid = (struct fid *)fh; local
85 fid->i32.parent_ino = XFS_I(parent)->i_ino;
86 fid->i32.parent_gen = parent->i_generation;
89 fid->i32.ino = XFS_I(inode)->i_ino;
90 fid->i32.gen = inode->i_generation;
172 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
175 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid;
196 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fileid_type) argument
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h348 int bnxt_qplib_qext_stat(struct bnxt_qplib_rcfw *rcfw, u32 fid,
/linux-master/fs/efs/
H A Defs.h126 struct fid;
137 extern struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid,
139 extern struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c276 unsigned fid)
280 return pctl->functions[fid].name;
283 static int mvebu_pinmux_get_groups(struct pinctrl_dev *pctldev, unsigned fid, argument
289 *groups = pctl->functions[fid].groups;
290 *num_groups = pctl->functions[fid].num_groups;
294 static int mvebu_pinmux_set(struct pinctrl_dev *pctldev, unsigned fid, argument
298 struct mvebu_pinctrl_function *func = &pctl->functions[fid];
275 mvebu_pinmux_get_func_name(struct pinctrl_dev *pctldev, unsigned fid) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve.c595 mlxsw_sp_nve_fid_flood_index_set(struct mlxsw_sp_fid *fid, argument
604 if (mlxsw_sp_fid_nve_flood_index_is_set(fid))
610 return mlxsw_sp_fid_nve_flood_index_set(fid, mc_record->kvdl_index);
614 mlxsw_sp_nve_fid_flood_index_clear(struct mlxsw_sp_fid *fid, argument
630 return mlxsw_sp_fid_nve_flood_index_clear(fid);
634 struct mlxsw_sp_fid *fid,
642 key.fid_index = mlxsw_sp_fid_index(fid);
651 err = mlxsw_sp_nve_fid_flood_index_set(fid, mc_list);
665 struct mlxsw_sp_fid *fid,
672 key.fid_index = mlxsw_sp_fid_index(fid);
633 mlxsw_sp_nve_flood_ip_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid, enum mlxsw_sp_l3proto proto, union mlxsw_sp_l3addr *addr) argument
664 mlxsw_sp_nve_flood_ip_del(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid, enum mlxsw_sp_l3proto proto, union mlxsw_sp_l3addr *addr) argument
702 mlxsw_sp_nve_flood_ip_flush(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid) argument
785 mlxsw_sp_nve_fdb_clear_offload(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_sp_fid *fid, const struct net_device *nve_dev, __be32 vni) argument
936 mlxsw_sp_nve_fid_enable(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid, struct mlxsw_sp_nve_params *params, struct netlink_ext_ack *extack) argument
984 mlxsw_sp_nve_fid_disable(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_fid *fid) argument
[all...]
H A Dcore_acl_flex_actions.h90 int mlxsw_afa_block_append_fid_set(struct mlxsw_afa_block *block, u16 fid,
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c1031 int mv88e6xxx_port_get_fid(struct mv88e6xxx_chip *chip, int port, u16 *fid) argument
1042 *fid = (reg & 0xf000) >> 12;
1051 *fid |= (reg & upper_mask) << 4;
1057 int mv88e6xxx_port_set_fid(struct mv88e6xxx_chip *chip, int port, u16 fid) argument
1063 if (fid >= mv88e6xxx_num_databases(chip))
1072 reg |= (fid & 0x000f) << 12;
1086 reg |= (fid >> 4) & upper_mask;
1094 dev_dbg(chip->dev, "p%d: FID set to %u\n", port, fid);
/linux-master/drivers/net/can/
H A Dbxcan.c212 unsigned int fid = BXCAN_FILTER_ID(cfg); local
213 u32 fmask = BIT(fid);
220 unsigned int fid = BXCAN_FILTER_ID(cfg); local
221 u32 fmask = BIT(fid);
251 regmap_write(priv->gcan, BXCAN_FiR1_REG(fid), 0);
252 regmap_write(priv->gcan, BXCAN_FiR2_REG(fid), 0);
/linux-master/drivers/cpufreq/
H A Dpowernow-k8.c57 /* Return a frequency in MHz, given an input fid */
58 static u32 find_freq_from_fid(u32 fid) argument
60 return 800 + (fid * 100);
63 /* Return a frequency in KHz, given an input fid */
64 static u32 find_khz_freq_from_fid(u32 fid) argument
66 return 1000 * find_freq_from_fid(fid);
69 /* Return the vco fid for an input fid
71 * Each "low" fid has corresponding "high" fid, an
75 convert_fid_to_vco_fid(u32 fid) argument
134 u8 fid, vid; local
146 write_new_fid(struct powernow_k8_data *data, u32 fid) argument
804 u32 fid; local
884 u32 fid = 0; local
[all...]
/linux-master/arch/s390/pci/
H A Dpci_clp.c314 zpci_dbg(3, "ena fid:%x, fh:%x, rc:%d\n", zdev->fid, *fh, rc);
317 zpci_dbg(3, "ena mio fid:%x, fh:%x, rc:%d\n",
318 zdev->fid, *fh, rc);
333 zpci_dbg(3, "dis fid:%x, fh:%x, rc:%d\n", zdev->fid, *fh, rc);
385 static int clp_find_pci(struct clp_req_rsp_list_pci *rrb, u32 fid, argument
398 if (fh_list[i].fid == fid) {
415 zdev = get_zdev_by_fid(entry->fid);
441 clp_refresh_fh(u32 fid, u32 *fh) argument
459 clp_get_state(u32 fid, enum zpci_state *state) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dsclp.h148 int sclp_pci_configure(u32 fid);
149 int sclp_pci_deconfigure(u32 fid);
152 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
/linux-master/drivers/w1/slaves/
H A Dw1_therm.c502 .fid = W1_THERM_DS18S20,
507 .fid = W1_THERM_DS18B20,
512 .fid = W1_THERM_DS1822,
517 .fid = W1_THERM_DS28EA00,
522 .fid = W1_THERM_DS1825,
850 if (w1_therm_families[i].f->fid == sl->family->fid) {
H A Dw1_ds2438.c508 .fid = W1_FAMILY_DS2438,
/linux-master/drivers/misc/
H A Dics932s401.c215 int fid = data->regs[ICS932S401_REG_CFG7] & ICS932S401_FS_MASK; local
217 freq = fs_speeds[fid];
/linux-master/fs/notify/
H A Dfdinfo.c53 ret = exportfs_encode_fid(inode, (struct fid *)f.handle.f_handle, &size);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c82 req->fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].fw_fid);
/linux-master/fs/nfs/
H A Dexport.c64 nfs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
68 struct nfs_fh *server_fh = nfs_exp_embedfh(fid->raw);
74 u32 *p = fid->raw;

Completed in 357 milliseconds

1234567891011