Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dexportfs.h118 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,
Dw1.h270 u8 fid; member
Dnvme.h1136 __le32 fid; member
/include/net/9p/
Dclient.h151 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/
Dafs.h760 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/
Dcoda.h193 #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/
Di40e_client.h85 u8 fid; /* function id, PF id or VF id */ member
/include/linux/qed/
Dcommon_hsi.h1077 __le16 fid; member
1092 __le16 fid; member
1111 union pxp_pretend_fid fid; member