Searched refs:fid (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | exportfs.h | 118 struct fid { struct 201 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 203 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 229 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, 231 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, 234 struct fid *fid, int fh_len, 238 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, 246 struct fid *fid, int fh_len, int fh_type, 249 struct fid *fid, int fh_len, int fh_type,
|
D | w1.h | 270 u8 fid; member
|
D | nvme.h | 1136 __le32 fid; member
|
/include/net/9p/ |
D | client.h | 151 u32 fid; member 182 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); 183 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid, 195 int p9_client_open(struct p9_fid *fid, int mode); 196 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, 198 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname); 199 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname, 203 int p9_client_clunk(struct p9_fid *fid); 204 int p9_client_fsync(struct p9_fid *fid, int datasync); 205 int p9_client_remove(struct p9_fid *fid); [all …]
|
/include/trace/events/ |
D | afs.h | 760 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 762 TP_ARGS(call, fid), 767 __field_struct(struct afs_fid, fid ) 773 if (fid) { 774 __entry->fid = *fid; 776 __entry->fid.vid = 0; 777 __entry->fid.vnode = 0; 778 __entry->fid.unique = 0; 784 __entry->fid.vid, 785 __entry->fid.vnode, [all …]
|
/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 | 85 u8 fid; /* function id, PF id or VF id */ member
|
/include/linux/qed/ |
D | common_hsi.h | 1077 __le16 fid; member 1092 __le16 fid; member 1111 union pxp_pretend_fid fid; member
|