Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance
1405 struct cifsFileInfo { struct1407 struct list_head tlist; /* pointer to next fid owned by tcon */1408 struct list_head flist; /* next fid (file instance) for this inode */1410 struct cifs_fid_locks *llist; /* brlocks held by this fid */1411 kuid_t uid; /* allows finding which FileInfo structure */1412 __u32 pid; /* process id who opened file */1413 struct cifs_fid fid; /* file id from remote */1414 struct list_head rlist; /* reconnect list */1417 struct dentry *dentry;1418 struct tcon_link *tlink;[all …]