Lines Matching defs:cifsFileInfo
1246 struct cifsFileInfo { struct
1248 struct list_head tlist; /* pointer to next fid owned by tcon */
1249 struct list_head flist; /* next fid (file instance) for this inode */
1251 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1252 kuid_t uid; /* allows finding which FileInfo structure */
1253 __u32 pid; /* process id who opened file */
1254 struct cifs_fid fid; /* file id from remote */
1255 struct list_head rlist; /* reconnect list */
1258 struct dentry *dentry;
1259 struct tcon_link *tlink;
1260 unsigned int f_flags;
1261 bool invalidHandle:1; /* file closed via session abend */
1262 bool oplock_break_cancelled:1;
1263 int count;
1287 struct cifsFileInfo *cfile; argument