Searched refs:snapshot_list_add (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | snapshot.h | 202 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 | 524 ret = snapshot_list_add(c, &c->snapshots_unlinked, h->subvol); in bch2_subvolume_wait_for_pagecache_and_delete_hook()
|
| H A D | btree_update.c | 175 ret = snapshot_list_add(c, &s, old_k.k->p.snapshot); in __bch2_insert_snapshot_whiteouts()
|
| H A D | fsck.c | 482 ret = snapshot_list_add(c, &whiteouts_done, k.k->p.snapshot); in reattach_inode() 953 : snapshot_list_add(c, &w->deletes, k.k->p.snapshot); in get_visible_inodes()
|
| H A D | snapshot.c | 1457 return snapshot_list_add(c, delete_leaves, s.k->p.offset); in check_should_delete_snapshot()
|