Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsglob.h984 struct cached_fid { struct
985 bool is_valid:1; /* Do we have a useable root fid */
986 bool file_all_info_is_valid:1;
987 bool has_lease:1;
988 unsigned long time; /* jiffies of when lease was taken */
989 struct kref refcount;
990 struct cifs_fid *fid;
991 struct mutex fid_mutex;
992 struct cifs_tcon *tcon;
993 struct dentry *dentry;
[all …]