Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/client/
Dcifsglob.h1464 struct cifsFileInfo { struct
1466 struct list_head tlist; /* pointer to next fid owned by tcon */
1467 struct list_head flist; /* next fid (file instance) for this inode */
1469 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1470 kuid_t uid; /* allows finding which FileInfo structure */
1471 __u32 pid; /* process id who opened file */
1472 struct cifs_fid fid; /* file id from remote */
1473 struct list_head rlist; /* reconnect list */
1476 struct dentry *dentry;
1477 struct tcon_link *tlink;
[all …]