Searched refs:snapshot_list_add (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | snapshot.h | 177 static inline int snapshot_list_add(struct bch_fs *c, snapshot_id_list *s, u32 id) in snapshot_list_add() function
|
H A D | subvolume.c | 554 ret = snapshot_list_add(c, &c->snapshots_unlinked, h->subvol); in bch2_subvolume_wait_for_pagecache_and_delete_hook()
|
H A D | snapshot.c | 1108 ret = snapshot_list_add(c, s, k.k->p.snapshot); in __bch2_get_snapshot_overwrites() 1708 snapshot_list_add(c, &d->delete_leaves, s.k->p.offset); in check_should_delete_snapshot()
|
H A D | fsck.c | 488 ret = snapshot_list_add(c, &whiteouts_done, k.k->p.snapshot); in reattach_inode() 900 : snapshot_list_add(c, &w->deletes, k.k->p.snapshot); in get_visible_inodes()
|