Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h1471 struct cifsFileInfo { struct
1473 struct list_head tlist; /* pointer to next fid owned by tcon */
1474 struct list_head flist; /* next fid (file instance) for this inode */
1476 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1477 kuid_t uid; /* allows finding which FileInfo structure */
1478 __u32 pid; /* process id who opened file */
1479 struct cifs_fid fid; /* file id from remote */
1480 struct list_head rlist; /* reconnect list */
1483 struct dentry *dentry;
1484 struct tcon_link *tlink;
[all …]