Searched refs:snapshot_t (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/bcachefs/
H A Dsubvolume_types.h11 struct snapshot_t { struct
26 DECLARE_FLEX_ARRAY(struct snapshot_t, s);
28 struct snapshot_t s[0];
H A Dsnapshot.h34 static inline struct snapshot_t *__snapshot_t(struct snapshot_table *t, u32 id)
43 static inline const struct snapshot_t *snapshot_t(struct bch_fs *c, u32 id) function
51 const struct snapshot_t *s = snapshot_t(c, id);
60 const struct snapshot_t *s = snapshot_t(c, id);
75 const struct snapshot_t *s = snapshot_t(c, id);
82 s->depth != snapshot_t(
[all...]
H A Dsnapshot.c98 const struct snapshot_t *s = __snapshot_t(t, id);
115 const struct snapshot_t *s = __snapshot_t(t, id);
130 const struct snapshot_t *s = __snapshot_t(t, id);
163 static noinline struct snapshot_t *__snapshot_t_mut(struct bch_fs *c, u32 id)
188 static inline struct snapshot_t *snapshot_t_mut(struct bch_fs *c, u32 id)
283 struct snapshot_t *t = snapshot_t_mut(c, id);
304 struct snapshot_t *t;
435 return snapshot_t(c, id)->children[child];
472 s = snapshot_t(c, id)->subvol;
648 const struct snapshot_t *
[all...]
H A Dquota.c
H A Dsubvolume.c130 snapshot_tree = snapshot_t(c, snapshot_root)->tree;

Completed in 207 milliseconds