Lines Matching defs:cifsFileInfo
1126 struct cifsFileInfo { struct
1128 struct list_head tlist; /* pointer to next fid owned by tcon */
1129 struct list_head flist; /* next fid (file instance) for this inode */
1131 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1132 kuid_t uid; /* allows finding which FileInfo structure */
1133 __u32 pid; /* process id who opened file */
1134 struct cifs_fid fid; /* file id from remote */
1135 struct list_head rlist; /* reconnect list */
1138 struct dentry *dentry;
1139 struct tcon_link *tlink;
1140 unsigned int f_flags;
1141 bool invalidHandle:1; /* file closed via session abend */
1142 bool oplock_break_cancelled:1;
1143 int count;
1167 struct cifsFileInfo *cfile; argument