Home
last modified time | relevance | path

Searched refs:bch2_is_zero (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dsb-members.h313 return !bch2_is_zero(&m->uuid, sizeof(m->uuid)) && in bch2_member_alive()
H A Dutil.h210 bool bch2_is_zero(const void *, size_t);
H A Dsb-members.c555 if (!bch2_is_zero(&m.uuid, sizeof(m.uuid))) in bch2_sb_member_alloc()
H A Dsuper-io.c419 if (bch2_is_zero(sb->user_uuid.b, sizeof(sb->user_uuid))) { in bch2_sb_validate()
424 if (bch2_is_zero(sb->uuid.b, sizeof(sb->uuid))) { in bch2_sb_validate()
H A Dutil.c233 bool bch2_is_zero(const void *_p, size_t n) in bch2_is_zero() function
H A Ddisk_accounting.c866 ret = bch2_is_zero(v, sizeof(v[0]) * i->nr_counters) in bch2_accounting_read()
H A Drecovery.c1088 !bch2_is_zero(ext->errors_silent, sizeof(ext->errors_silent))) { in bch2_fs_recovery()