kernel/fs/cifs/fscache.h
.. .. @@ -28,6 +28,15 @@ 28 28 #ifdef CONFIG_CIFS_FSCACHE 29 29 30 30 /* 31 + * Auxiliary data attached to CIFS superblock within the cache32 + */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 +/*31 40 * Auxiliary data attached to CIFS inode within the cache 32 41 */ 33 42 struct cifs_fscache_inode_auxdata {