Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dcifsglob.h1395 struct cifsFileInfo { struct
1397 struct list_head tlist; /* pointer to next fid owned by tcon */
1398 struct list_head flist; /* next fid (file instance) for this inode */
1400 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1401 kuid_t uid; /* allows finding which FileInfo structure */
1402 __u32 pid; /* process id who opened file */
1403 struct cifs_fid fid; /* file id from remote */
1404 struct list_head rlist; /* reconnect list */
1407 struct dentry *dentry;
1408 struct tcon_link *tlink;
[all …]