Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcached_dir.h33 struct cached_fid { struct
35 struct cached_fids *cfids; argument
54 struct cached_fids { argument
72 bool lookup_only, struct cached_fid **cfid); argument
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1073 struct cached_fid { struct
1074 bool is_valid:1; /* Do we have a useable root fid */
1075 bool file_all_info_is_valid:1;
1076 bool has_lease:1;
1077 struct kref refcount;
1078 struct cifs_fid *fid;
1079 struct mutex fid_mutex;
1080 struct cifs_tcon *tcon;
1081 struct work_struct lease_break;
1082 struct smb2_file_all_info file_all_info;