Searched refs:fid (Results 226 - 250 of 267) sorted by relevance

1234567891011

/linux-master/fs/smb/client/
H A Dcifs_debug.c244 seq_puts(m, "# <tree id> <ses id> <persistent fid> <flags> <count> <pid> <uid>");
262 cfile->fid.persistent_fid,
269 seq_printf(m, " %llu\n", cfile->fid.mid);
H A Dcifsglob.h441 /* set fid protocol-specific info */
1398 struct cifs_fid *fid; member in struct:cifs_open_parms
1422 struct cifsFileInfo *cfile; /* fid that owns locks */
1423 struct list_head locks; /* locks held by fid above */
1428 struct list_head tlist; /* pointer to next fid owned by tcon */
1429 struct list_head flist; /* next fid (file instance) for this inode */
1431 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1434 struct cifs_fid fid; /* file id from remote */ member in struct:cifsFileInfo
1715 struct cifs_fid fid; member in struct:close_cancelled_open
/linux-master/fs/overlayfs/
H A Doverlayfs.h111 /* CPU byte order required for fid decoding: */
114 /* Is the real inode encoded in fid an upper inode? */
128 /* The type used to be returned by overlay exportfs for misaligned fid */
130 /* The type returned by overlay exportfs for 32bit aligned fid */
137 u8 len; /* size of this header + size of fid */
139 u8 type; /* fid_type of fid */
141 u32 fid[]; /* file identifier should be 32bit aligned in-memory */ member in struct:ovl_fb
146 u8 padding[3]; /* make sure fb.fid is 32bit aligned */
156 offsetof(struct ovl_fb, fid))
/linux-master/drivers/nvme/host/
H A Dnvme.h889 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
892 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid,
H A Dcore.c1596 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, argument
1604 c.features.fid = cpu_to_le32(fid);
1614 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid, argument
1618 return nvme_features(dev, nvme_admin_set_features, fid, dword11, buffer,
1623 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid, argument
1627 return nvme_features(dev, nvme_admin_get_features, fid, dword11, buffer,
/linux-master/fs/reiserfs/
H A Dreiserfs.h852 struct fid;
3073 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
3075 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c962 * @fid: FID value.
971 u8 fid; member in struct:ksz_mac_table
983 * @fid: FID value.
988 u8 fid; member in struct:ksz_vlan_table
1645 * @fid: The FID value.
1651 u8 ports, int override, int valid, int use_fid, u8 fid)
1666 data_hi |= (u32) fid << STATIC_MAC_FID_SHIFT;
1679 * @fid: Buffer to store the VID.
1687 static int sw_r_vlan_table(struct ksz_hw *hw, u16 addr, u16 *vid, u8 *fid, argument
1695 *fid
1650 sw_w_sta_mac_table(struct ksz_hw *hw, u16 addr, u8 *mac_addr, u8 ports, int override, int valid, int use_fid, u8 fid) argument
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c569 * @fid: file id of open file
574 int ksmbd_vfs_fsync(struct ksmbd_work *work, u64 fid, u64 p_id) argument
579 fp = ksmbd_lookup_fd_slow(work, fid, p_id);
581 pr_err("failed to get filp for fid %llu\n", fid);
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e17.c751 .fid = W1_FAMILY_DS28E17,
/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);
H A Dbnxt_hsi.h1559 __le16 fid; member in struct:hwrm_func_getfid_output
1683 __le16 fid; member in struct:hwrm_func_qcaps_input
1693 __le16 fid; member in struct:hwrm_func_qcaps_output
1849 __le16 fid; member in struct:hwrm_func_qcfg_input
1859 __le16 fid; member in struct:hwrm_func_qcfg_output
2051 __le16 fid; member in struct:hwrm_func_cfg_input
2300 __le16 fid; member in struct:hwrm_func_qstats_input
2346 __le16 fid; member in struct:hwrm_func_qstats_ext_input
2397 __le16 fid; member in struct:hwrm_func_clr_stats_input
2575 __le16 fid; member in struct:hwrm_func_drv_qver_input
2621 __le16 fid; member in struct:hwrm_func_resource_qcaps_input
9596 __le16 fid; member in struct:hwrm_dbg_qcaps_input
9606 __le16 fid; member in struct:hwrm_dbg_qcaps_output
9626 __le16 fid; member in struct:hwrm_dbg_qcfg_input
9644 __le16 fid; member in struct:hwrm_dbg_qcfg_output
[all...]
H A Dbnxt.c4689 req->fid = cpu_to_le16(0xffff);
6779 req->fid = cpu_to_le16(0xffff);
7134 req->fid = cpu_to_le16(0xffff);
7180 int __bnxt_hwrm_get_tx_rings(struct bnxt *bp, u16 fid, int *tx_rings) argument
7193 req->fid = cpu_to_le16(fid);
7214 req->fid = cpu_to_le16(0xffff);
7977 req->fid = cpu_to_le16(0xffff);
8779 req->fid = cpu_to_le16(0xffff);
8902 req->fid
[all...]
/linux-master/drivers/power/supply/
H A Dds2760_battery.c795 .fid = W1_FAMILY_DS2760,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_client.c347 cdev->lan_info.fid = pf->hw.pf_id;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.h189 u16 fid; member in struct:mv88e6xxx_vtu_entry
/linux-master/drivers/iommu/
H A Ds390-iommu.c711 "s390-iommu.%08x", zdev->fid);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c4199 int fid, rc; local
4215 for (fid = 0; fid < FIELDS_PER_ALG; fid++)
4218 fid), field[fid]);
4262 int alg, fid, rc; local
4266 for (fid = 0; fid < FIELDS_PER_ALG; fid
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c796 int bnxt_qplib_qext_stat(struct bnxt_qplib_rcfw *rcfw, u32 fid, argument
819 req.function_id = cpu_to_le32(fid);
H A Dmain.c407 req.fid = cpu_to_le16(0xffff);
430 req.fid = cpu_to_le16(0xffff);
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477.c784 alu->fid = (alu_table[2] >> ALU_V_FID_S) & ALU_V_FID_M;
832 ret = cb(alu.mac, alu.fid, alu.is_static, data);
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c788 int fid = state->trace[t][i].location >>
797 id2filename[fid], l,
/linux-master/mm/
H A Dshmem.c3818 struct fid *fid, int fh_len, int fh_type)
3827 inum = fid->raw[2];
3828 inum = (inum << 32) | fid->raw[1];
3830 inode = ilookup5(sb, (unsigned long)(inum + fid->raw[0]),
3831 shmem_match, fid->raw);
3817 shmem_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/f2fs/
H A Dsuper.c3276 static struct dentry *f2fs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
3279 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
3283 static struct dentry *f2fs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
3286 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h640 u8 fid[8]; member in struct:amap_mcc_context
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c956 uint16_t mid = 0, fid = 0; local
979 fid = le16_to_cpu(fdt->id);
1005 fid = flash_id;
1036 loc, mid, fid,

Completed in 855 milliseconds

1234567891011