Home
last modified time | relevance | path

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

/linux-5.10/fs/cifs/
Dcifsglob.h1070 struct cached_fid { struct
1071 bool is_valid:1; /* Do we have a useable root fid */
1072 bool file_all_info_is_valid:1;
1073 bool has_lease:1;
1074 struct kref refcount;
1075 struct cifs_fid *fid;
1076 struct mutex fid_mutex;
1077 struct cifs_tcon *tcon;
1078 struct work_struct lease_break;
1079 struct smb2_file_all_info file_all_info;