Searched refs:fid (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | exportfs.h | 113 struct fid { struct 196 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 198 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 213 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid, 215 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, 217 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, 225 struct fid *fid, int fh_len, int fh_type, 228 struct fid *fid, int fh_len, int fh_type,
|
D | w1.h | 269 u8 fid; member
|
D | nvme.h | 972 __le32 fid; member
|
/include/net/9p/ |
D | client.h | 148 u32 fid; member 177 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); 178 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid, 190 int p9_client_open(struct p9_fid *fid, int mode); 191 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, 193 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname); 194 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname, 198 int p9_client_clunk(struct p9_fid *fid); 199 int p9_client_fsync(struct p9_fid *fid, int datasync); 200 int p9_client_remove(struct p9_fid *fid); [all …]
|
/include/trace/events/ |
D | afs.h | 629 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 631 TP_ARGS(call, fid), 636 __field_struct(struct afs_fid, fid ) 642 if (fid) { 643 __entry->fid = *fid; 645 __entry->fid.vid = 0; 646 __entry->fid.vnode = 0; 647 __entry->fid.unique = 0; 653 __entry->fid.vid, 654 __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/scsi/ |
D | fc_encode.h | 21 struct fc_ns_fid fid; /* port ID object */ member 32 struct fc_ns_fid fid; member 138 hton24(ct->payload.fid.fp_fid, fc_id); in fc_ct_ns_fill() 144 hton24(ct->payload.rft.fid.fp_fid, lport->port_id); in fc_ct_ns_fill()
|
/include/linux/qed/ |
D | common_hsi.h | 1089 __le16 fid; member 1104 __le16 fid; member 1123 union pxp_pretend_fid fid; member
|