Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance
1389 struct cifsFileInfo { struct1391 struct list_head tlist; /* pointer to next fid owned by tcon */1392 struct list_head flist; /* next fid (file instance) for this inode */1394 struct cifs_fid_locks *llist; /* brlocks held by this fid */1395 kuid_t uid; /* allows finding which FileInfo structure */1396 __u32 pid; /* process id who opened file */1397 struct cifs_fid fid; /* file id from remote */1398 struct list_head rlist; /* reconnect list */1401 struct dentry *dentry;1402 struct tcon_link *tlink;[all …]