Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance
1360 struct cifsFileInfo { struct1362 struct list_head tlist; /* pointer to next fid owned by tcon */1363 struct list_head flist; /* next fid (file instance) for this inode */1365 struct cifs_fid_locks *llist; /* brlocks held by this fid */1366 kuid_t uid; /* allows finding which FileInfo structure */1367 __u32 pid; /* process id who opened file */1368 struct cifs_fid fid; /* file id from remote */1369 struct list_head rlist; /* reconnect list */1372 struct dentry *dentry;1373 struct tcon_link *tlink;[all …]