Searched refs:fid (Results 1 – 10 of 10) sorted by relevance
| /include/net/9p/ |
| A D | client.h | 150 u32 fid; member 202 int p9_client_clunk(struct p9_fid *fid); 204 int p9_client_remove(struct p9_fid *fid); 246 void do_trace_9p_fid_get(struct p9_fid *fid); 262 do_trace_9p_fid_get(fid); in p9_fid_get() 264 refcount_inc(&fid->count); in p9_fid_get() 266 return fid; in p9_fid_get() 271 if (!fid || IS_ERR(fid)) in p9_fid_put() 275 do_trace_9p_fid_put(fid); in p9_fid_put() 277 if (!refcount_dec_and_test(&fid->count)) in p9_fid_put() [all …]
|
| /include/linux/ |
| A D | exportfs.h | 136 struct fid { struct 257 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 259 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 298 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, 301 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, 341 static inline int exportfs_encode_fid(struct inode *inode, struct fid *fid, in exportfs_encode_fid() argument 344 return exportfs_encode_inode_fh(inode, fid, max_len, NULL, in exportfs_encode_fid() 349 struct fid *fid, int fh_len, 354 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, 364 struct fid *fid, int fh_len, int fh_type, [all …]
|
| A D | w1.h | 271 u8 fid; member
|
| A D | nvme.h | 1468 __le32 fid; member
|
| /include/trace/events/ |
| A D | afs.h | 733 __entry->fid = *fid; 767 __entry->fid = *fid; 802 __entry->fid = *fid; 841 __entry->fid = *fid; 1023 __entry->fid = *fid; 1252 __entry->fid = vnode->fid; 1277 __entry->fid = *fid; 1345 __entry->fid = vnode->fid; 1495 __entry->fid = *fid; 1519 __entry->fid = *fid; [all …]
|
| A D | 9p.h | 200 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); 218 __entry->fid, __entry->refcount)
|
| /include/uapi/linux/ |
| A D | coda.h | 193 #define coda_f2i(fid)\ argument 194 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
|
| /include/linux/net/intel/ |
| A D | i40e_client.h | 80 u8 fid; /* function id, PF id or VF id */ member
|
| /include/linux/qed/ |
| A D | common_hsi.h | 1154 __le16 fid; member 1169 __le16 fid; member 1188 union pxp_pretend_fid fid; member
|
| /include/linux/bnxt/ |
| A D | hsi.h | 1625 __le16 fid; member 1749 __le16 fid; member 1759 __le16 fid; member 1930 __le16 fid; member 1940 __le16 fid; member 2138 __le16 fid; member 2388 __le16 fid; member 2434 __le16 fid; member 2485 __le16 fid; member 2664 __le16 fid; member [all …]
|
Completed in 105 milliseconds