super.h (ac6713ccb5a6d13b59a2e3fda4fb049a2c4e0af2) super.h (245ce991cca55eb16cfc43d1655574121b8ed85f)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _FS_CEPH_SUPER_H
3#define _FS_CEPH_SUPER_H
4
5#include <linux/ceph/ceph_debug.h>
6
7#include <asm/unaligned.h>
8#include <linux/backing-dev.h>

--- 370 unchanged lines hidden (view full) ---

379
380 union {
381 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */
382 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */
383 };
384 int i_snap_realm_counter; /* snap realm (if caps) */
385 struct list_head i_snap_realm_item;
386 struct list_head i_snap_flush_item;
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _FS_CEPH_SUPER_H
3#define _FS_CEPH_SUPER_H
4
5#include <linux/ceph/ceph_debug.h>
6
7#include <asm/unaligned.h>
8#include <linux/backing-dev.h>

--- 370 unchanged lines hidden (view full) ---

379
380 union {
381 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */
382 struct ceph_snapid_map *i_snapid_map; /* snapid -> dev_t */
383 };
384 int i_snap_realm_counter; /* snap realm (if caps) */
385 struct list_head i_snap_realm_item;
386 struct list_head i_snap_flush_item;
387 struct timespec64 i_btime;
387 struct timespec64 i_snap_btime;
388
389 struct work_struct i_work;
390 unsigned long i_work_mask;
391
392#ifdef CONFIG_CEPH_FSCACHE
393 struct fscache_cookie *fscache;
394 u32 i_fscache_gen;

--- 772 unchanged lines hidden ---
388 struct timespec64 i_snap_btime;
389
390 struct work_struct i_work;
391 unsigned long i_work_mask;
392
393#ifdef CONFIG_CEPH_FSCACHE
394 struct fscache_cookie *fscache;
395 u32 i_fscache_gen;

--- 772 unchanged lines hidden ---