Searched refs:fid (Results 151 - 175 of 267) sorted by last modified time

1234567891011

/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c1158 int fid; local
1163 fid = vpfe_ccdc_getfid(&vpfe->ccdc);
1167 if (fid == vpfe->field) {
1169 if (fid == 0) {
1198 } else if (fid == 0) {
1203 vpfe->field = fid;
/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 Dhw_counters.c186 u32 fid; local
189 fid = PCI_FUNC(rdev->en_dev->pdev->devfn);
190 rc = bnxt_qplib_qext_stat(&rdev->rcfw, fid, estat);
/linux-master/include/linux/net/intel/
H A Di40e_client.h80 u8 fid; /* function id, PF id or VF id */ member in struct:i40e_info
/linux-master/fs/smb/client/
H A Dlink.c256 struct cifs_fid fid; local
269 .fid = &fid,
282 io_parms.netfid = fid.netfid;
290 CIFSSMBClose(xid, tcon, fid.netfid);
301 struct cifs_fid fid; local
312 .fid = &fid,
319 io_parms.netfid = fid.netfid;
326 CIFSSMBClose(xid, tcon, fid
340 struct cifs_fid fid; local
403 struct cifs_fid fid; local
[all...]
/linux-master/fs/ocfs2/
H A Dexport.c251 struct fid *fid, int fh_len, int fh_type)
258 handle.ih_blkno = (u64)le32_to_cpu(fid->raw[0]) << 32;
259 handle.ih_blkno |= (u64)le32_to_cpu(fid->raw[1]);
260 handle.ih_generation = le32_to_cpu(fid->raw[2]);
265 struct fid *fid, int fh_len, int fh_type)
272 parent.ih_blkno = (u64)le32_to_cpu(fid->raw[3]) << 32;
273 parent.ih_blkno |= (u64)le32_to_cpu(fid->raw[4]);
274 parent.ih_generation = le32_to_cpu(fid
250 ocfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
264 ocfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]
/linux-master/fs/gfs2/
H A Dexport.c144 static struct dentry *gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
148 __be32 *fh = (__force __be32 *)fid->raw;
166 static struct dentry *gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, argument
170 __be32 *fh = (__force __be32 *)fid->raw;
/linux-master/fs/afs/
H A Dyfsclient.c20 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) argument
24 fid->vid = xdr_to_u64(x->volume);
25 fid->vnode = xdr_to_u64(x->vnode.lo);
26 fid->vnode_hi = ntohl(x->vnode.hi);
27 fid->unique = ntohl(x->vnode.unique);
45 static __be32 *xdr_encode_YFSFid(__be32 *bp, struct afs_fid *fid) argument
49 x->volume = u64_to_xdr(fid->vid);
50 x->vnode.lo = u64_to_xdr(fid->vnode);
51 x->vnode.hi = htonl(fid->vnode_hi);
52 x->vnode.unique = htonl(fid
641 struct afs_fid fid; local
[all...]
H A Dxattr.c307 len = scnprintf(text, sizeof(text), "%llx:", vnode->fid.vid);
308 if (vnode->fid.vnode_hi)
310 vnode->fid.vnode_hi, vnode->fid.vnode);
313 vnode->fid.vnode);
315 vnode->fid.unique);
326 .name = "afs.fid",
H A Dfsclient.c21 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) argument
25 fid->vid = ntohl(*bp++);
26 fid->vnode = ntohl(*bp++);
27 fid->unique = ntohl(*bp++);
279 key_serial(op->key), vp->fid.vid, vp->fid.vnode);
289 bp[1] = htonl(vp->fid.vid);
290 bp[2] = htonl(vp->fid.vnode);
291 bp[3] = htonl(vp->fid.unique);
293 call->fid
[all...]
H A Dfs_operation.c118 vp->fid = vnode->fid;
127 if (vp->fid.vnode)
129 index, vp->fid.vid, vp->fid.vnode, vp->fid.unique);
H A Ddir_silly.c45 &vnode->fid, afs_edit_dir_for_silly_1);
244 _enter("%p{%pd},%llx", dentry, dentry, vnode->fid.vnode);
H A Dcmservice.c283 cb->fid.vid = ntohl(*bp++);
284 cb->fid.vnode = ntohl(*bp++);
285 cb->fid.unique = ntohl(*bp++);
653 cb->fid.vid = xdr_to_u64(bp->volume);
654 cb->fid.vnode = xdr_to_u64(bp->vnode.lo);
655 cb->fid.vnode_hi = ntohl(bp->vnode.hi);
656 cb->fid.unique = ntohl(bp->vnode.unique);
H A Dcallback.c95 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true);
97 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false);
190 struct afs_fid *fid)
204 inode = find_inode_rcu(sb, fid->vnode, afs_ilookup5_test_by_fid, fid);
209 trace_afs_cb_miss(fid, afs_cb_break_for_callback);
219 afs_volid_t vid = cbb->fid.vid;
224 if (cbb->fid.vnode == 0 && cbb->fid.unique == 0) {
235 if (cbb->fid
188 afs_break_one_callback(struct afs_server *server, struct afs_volume *volume, struct afs_fid *fid) argument
[all...]
H A Dafs.h76 struct afs_fid fid; /* File identifier */ member in struct:afs_callback_break
/linux-master/include/trace/events/
H A D9p.h200 TP_PROTO(struct p9_fid *fid, __u8 type),
202 TP_ARGS(fid, type),
205 __field( int, fid )
211 __entry->fid = fid->fid;
212 __entry->refcount = refcount_read(&fid->count);
216 TP_printk("%s fid %d, refcount %d",
218 __entry->fid, __entry->refcount)
/linux-master/fs/smb/server/
H A Dvfs.h84 int ksmbd_vfs_fsync(struct ksmbd_work *work, u64 fid, u64 p_id);
/linux-master/drivers/iommu/
H A Ds390-iommu.c716 "s390-iommu.%08x", zdev->fid);
/linux-master/arch/s390/pci/
H A Dpci_bus.c329 zdev->fid, ZPCI_NR_DEVICES);
362 pr_err("Adding PCI function %08x failed\n", zdev->fid);
/linux-master/arch/s390/include/asm/
H A Dpci_clp.h22 u32 fid; /* PCI function id */ member in struct:clp_fh_list_entry
120 u32 fid; /* pci function id */ member in struct:clp_rsp_query_pci
/linux-master/include/linux/
H A Dexportfs.h135 struct fid { struct
225 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid,
227 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid,
265 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid,
268 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
286 * sure that filesystem did not opt-out of encoding fid
298 exportfs_encode_fid(struct inode *inode, struct fid *fid, int *max_len) argument
[all...]
/linux-master/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type)
89 return squashfs_export_iget(sb, fid->i32.ino);
94 struct fid *fid, int fh_len, int fh_type)
99 return squashfs_export_iget(sb, fid->i32.parent_ino);
82 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
93 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/9p/
H A Dxattr.c15 #include "fid.h"
18 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, argument
30 attr_fid = p9_client_xattrwalk(fid, name, &attr_size);
68 struct p9_fid *fid; local
73 fid = v9fs_fid_lookup(dentry);
74 if (IS_ERR(fid))
75 return PTR_ERR(fid);
76 ret = v9fs_fid_xattr_get(fid, name, buffer, buffer_size);
77 p9_fid_put(fid);
98 struct p9_fid *fid; local
108 v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, const void *value, size_t value_len, int flags) argument
[all...]
/linux-master/drivers/w1/slaves/
H A Dw1_ds250x.c185 switch (sl->family->fid) {
224 .fid = W1_DS2502_FAMILY,
229 .fid = W1_DS2505_FAMILY,
234 .fid = W1_DS2502_UNW_FAMILY,
239 .fid = W1_DS2501_UNW_FAMILY,
/linux-master/fs/reiserfs/
H A Dinode.c1672 struct dentry *reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
1698 return reiserfs_get_dentry(sb, fid->raw[0], fid->raw[1],
1699 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0);
1702 struct dentry *reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
1711 (fh_type >= 5) ? fid->raw[3] : fid->raw[2],
1712 (fh_type >= 5) ? fid
[all...]

Completed in 233 milliseconds

1234567891011