Home
last modified time | relevance | path

Searched refs:nr_got (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Djournal.c1131 for (nr_got = 0; nr_got < nr_want; nr_got++) { in bch2_set_nr_journal_buckets_iter()
1138 ret = PTR_ERR_OR_ZERO(ob[nr_got]); in bch2_set_nr_journal_buckets_iter()
1148 bch2_open_bucket_put(c, ob[nr_got]); in bch2_set_nr_journal_buckets_iter()
1154 bu[nr_got] = ob[nr_got]->bucket; in bch2_set_nr_journal_buckets_iter()
1157 if (!nr_got) in bch2_set_nr_journal_buckets_iter()
1176 memmove(new_buckets + pos + nr_got, in bch2_set_nr_journal_buckets_iter()
1179 memmove(new_bucket_seq + pos + nr_got, in bch2_set_nr_journal_buckets_iter()
1183 for (i = 0; i < nr_got; i++) { in bch2_set_nr_journal_buckets_iter()
1188 nr = ja->nr + nr_got; in bch2_set_nr_journal_buckets_iter()
1222 for (i = 0; i < nr_got; i++) in bch2_set_nr_journal_buckets_iter()
[all …]
/linux-6.15/fs/
H A Daio.c1347 unsigned long nr_got = ret; in read_events() local
1358 if (nr_got == ret) in read_events()