Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsb-members.h306 return !bch2_is_zero(&m->uuid, sizeof(m->uuid)); in bch2_member_alive()
H A Dutil.h206 bool bch2_is_zero(const void *, size_t);
H A Dsuper-io.c402 if (bch2_is_zero(sb->user_uuid.b, sizeof(sb->user_uuid))) { in bch2_sb_validate()
407 if (bch2_is_zero(sb->uuid.b, sizeof(sb->uuid))) { in bch2_sb_validate()
H A Ddisk_accounting.c802 ret = bch2_is_zero(v, sizeof(v[0]) * i->nr_counters) in bch2_accounting_read()