Searched defs:cached_fid (Results 1 – 1 of 1) sorted by relevance
930 struct cached_fid { struct931 bool is_valid:1; /* Do we have a useable root fid */932 struct kref refcount;933 struct cifs_fid *fid;934 struct mutex fid_mutex;935 struct cifs_tcon *tcon;936 struct work_struct lease_break;