Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsglob.h910 struct cached_fid { struct
911 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;