Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1305 struct cifsFileInfo { struct
1307 struct list_head tlist; /* pointer to next fid owned by tcon */
1308 struct list_head flist; /* next fid (file instance) for this inode */
1310 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1311 kuid_t uid; /* allows finding which FileInfo structure */
1312 __u32 pid; /* process id who opened file */
1313 struct cifs_fid fid; /* file id from remote */
1314 struct list_head rlist; /* reconnect list */
1317 struct dentry *dentry;
1318 struct tcon_link *tlink;
[all …]
/kernel/linux/linux-4.19/fs/cifs/
Dcifsglob.h1147 struct cifsFileInfo { struct
1149 struct list_head tlist; /* pointer to next fid owned by tcon */
1150 struct list_head flist; /* next fid (file instance) for this inode */
1152 struct cifs_fid_locks *llist; /* brlocks held by this fid */
1153 kuid_t uid; /* allows finding which FileInfo structure */
1154 __u32 pid; /* process id who opened file */
1155 struct cifs_fid fid; /* file id from remote */
1156 struct list_head rlist; /* reconnect list */
1159 struct dentry *dentry;
1160 struct tcon_link *tlink;
[all …]