forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 {