Searched refs:fid (Results 1 – 9 of 9) sorted by relevance
| /include/net/9p/ |
| D | client.h | 150 u32 fid; member 181 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); 182 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid, 194 int p9_client_open(struct p9_fid *fid, int mode); 195 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, 197 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname); 198 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname, 202 int p9_client_clunk(struct p9_fid *fid); 203 int p9_client_fsync(struct p9_fid *fid, int datasync); 204 int p9_client_remove(struct p9_fid *fid); [all …]
|
| /include/linux/ |
| D | exportfs.h | 135 struct fid { struct 226 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 228 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 266 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, 269 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, 299 static inline int exportfs_encode_fid(struct inode *inode, struct fid *fid, in exportfs_encode_fid() argument 302 return exportfs_encode_inode_fh(inode, fid, max_len, NULL, in exportfs_encode_fid() 307 struct fid *fid, int fh_len, 312 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, 322 struct fid *fid, int fh_len, int fh_type, [all …]
|
| D | w1.h | 271 u8 fid; member
|
| D | nvme.h | 1299 __le32 fid; member
|
| /include/trace/events/ |
| D | afs.h | 655 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 657 TP_ARGS(call, fid), 662 __field_struct(struct afs_fid, fid) 668 if (fid) { 669 __entry->fid = *fid; 671 __entry->fid.vid = 0; 672 __entry->fid.vnode = 0; 673 __entry->fid.unique = 0; 679 __entry->fid.vid, 680 __entry->fid.vnode, [all …]
|
| 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/ |
| 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/ |
| D | i40e_client.h | 80 u8 fid; /* function id, PF id or VF id */ member
|
| /include/linux/qed/ |
| D | common_hsi.h | 1154 __le16 fid; member 1169 __le16 fid; member 1188 union pxp_pretend_fid fid; member
|