Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h1438 struct cifsFileInfo { struct
1440 struct list_head tlist; /* pointer to next fid owned by tcon */
1441 struct list_head flist; /* next fid (file instance) for this inode */
1443 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1444 kuid_t uid; /* allows finding which FileInfo structure */
1445 __u32 pid; /* process id who opened file */
1446 struct cifs_fid fid; /* file id from remote */
1447 struct list_head rlist; /* reconnect list */
1450 struct dentry *dentry;
1451 struct tcon_link *tlink;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1308 struct cifsFileInfo { struct
1310 struct list_head tlist; /* pointer to next fid owned by tcon */
1311 struct list_head flist; /* next fid (file instance) for this inode */
1313 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1314 kuid_t uid; /* allows finding which FileInfo structure */
1315 __u32 pid; /* process id who opened file */
1316 struct cifs_fid fid; /* file id from remote */
1317 struct list_head rlist; /* reconnect list */
1320 struct dentry *dentry;
1321 struct tcon_link *tlink;
[all …]