forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/cifs/fscache.h
....@@ -28,6 +28,15 @@
2828 #ifdef CONFIG_CIFS_FSCACHE
2929
3030 /*
31
+ * Auxiliary data attached to CIFS superblock within the cache
32
+ */
33
+struct cifs_fscache_super_auxdata {
34
+ u64 resource_id; /* unique server resource id */
35
+ __le64 vol_create_time;
36
+ u32 vol_serial_number;
37
+} __packed;
38
+
39
+/*
3140 * Auxiliary data attached to CIFS inode within the cache
3241 */
3342 struct cifs_fscache_inode_auxdata {