Searched defs:cached_fid (Results 1 – 1 of 1) sorted by relevance
910 struct cached_fid { struct911 bool is_valid:1; /* Do we have a useable root fid */912 struct kref refcount;913 struct cifs_fid *fid;914 struct mutex fid_mutex;915 struct cifs_tcon *tcon;916 struct work_struct lease_break;