Searched defs:cached_fid (Results 1 – 1 of 1) sorted by relevance
1013 struct cached_fid { struct1014 bool is_valid:1; /* Do we have a useable root fid */1015 bool file_all_info_is_valid:1;1017 struct kref refcount;1018 struct cifs_fid *fid;1019 struct mutex fid_mutex;1020 struct cifs_tcon *tcon;1021 struct work_struct lease_break;1022 struct smb2_file_all_info file_all_info;