Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifsglob.h1017 struct cached_fid { struct
1018 bool is_valid:1; /* Do we have a useable root fid */
1019 bool file_all_info_is_valid:1;
1020 bool has_lease:1;
1022 struct kref refcount;
1023 struct cifs_fid *fid;
1024 struct mutex fid_mutex;
1025 struct cifs_tcon *tcon;
1026 struct dentry *dentry;
1027 struct work_struct lease_break;
[all …]

Completed in 19 milliseconds