Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsglob.h930 struct cached_fid { struct
931 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;