Home
last modified time | relevance | path

Searched defs:cifsFileInfo (Results 1 – 1 of 1) sorted by relevance

/fs/smb/client/
Dcifsglob.h1443 struct cifsFileInfo { struct
1445 struct list_head tlist; /* pointer to next fid owned by tcon */
1446 struct list_head flist; /* next fid (file instance) for this inode */
1448 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1449 kuid_t uid; /* allows finding which FileInfo structure */
1450 __u32 pid; /* process id who opened file */
1451 struct cifs_fid fid; /* file id from remote */
1452 struct list_head rlist; /* reconnect list */
1455 struct dentry *dentry;
1456 struct tcon_link *tlink;
[all …]