Searched refs:snapshot_list_has_id (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | snapshot.h | 185 static inline bool snapshot_list_has_id(snapshot_id_list *s, u32 id) in snapshot_list_has_id() function 203 BUG_ON(snapshot_list_has_id(s, id)); in snapshot_list_add() 212 int ret = snapshot_list_has_id(s, id) in snapshot_list_add_nodup()
|
H A D | snapshot.c | 923 if (snapshot_list_has_id(r, *i)) in snapshot_id_lists_have_common() 1365 !snapshot_list_has_id(delete_leaves, s->children[i]) && in __live_child() 1397 if (snapshot_list_has_id(delete_leaves, k.k->p.snapshot)) in delete_dead_snapshots_process_key() 1455 !snapshot_list_has_id(delete_leaves, child); in check_should_delete_snapshot()
|
H A D | subvolume.c | 522 if (!snapshot_list_has_id(&c->snapshots_unlinked, h->subvol)) in bch2_subvolume_wait_for_pagecache_and_delete_hook()
|
H A D | fs.c | 1905 if (!snapshot_list_has_id(s, inode->ei_inum.subvol)) in bch2_evict_subvolume_inodes()
|
H A D | fsck.c | 2393 if (fsck_err_on(!snapshot_list_has_id(&s->ids, *i), in check_dirent()
|