Searched refs:jset (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | journal.h | 86 struct jset j; 94 struct jset *data;
|
H A D | journal.c | 42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket() 111 * Check from the oldest jset for last_seq. If in journal_read_bucket() 112 * i->j.seq < j->last_seq, it means the oldest jset in journal_read_bucket() 114 * this list. Otherwise, j is a condidate jset for in journal_read_bucket() 126 /* iterate list in reverse order (from latest jset) */ in journal_read_bucket() 133 * in list, j is an expired and useless jset. in journal_read_bucket() 139 * 'where' points to first jset in list which in journal_read_bucket() 816 /* If KEY_PTRS(k) == 0, this jset gets lost in air */
|
H A D | super.c | 460 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() 2012 struct jset *j; in run_cache_set()
|
H A D | request.c | 102 if (newsize * sizeof(uint64_t) > block_bytes(c->cache) - sizeof(struct jset)) in bch_keylist_realloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | journal.h | 86 struct jset j; 94 struct jset *data;
|
H A D | bcache_ondisk.h | 346 struct jset { struct
|
H A D | journal.c | 42 struct jset *j, *data = ca->set->journal.w[0].data; in journal_read_bucket() 109 * Check from the oldest jset for last_seq. If in journal_read_bucket() 110 * i->j.seq < j->last_seq, it means the oldest jset in journal_read_bucket() 112 * this list. Otherwise, j is a candidate jset for in journal_read_bucket() 124 /* iterate list in reverse order (from latest jset) */ in journal_read_bucket() 131 * in list, j is an expired and useless jset. in journal_read_bucket() 137 * 'where' points to first jset in list which in journal_read_bucket() 811 /* If KEY_PTRS(k) == 0, this jset gets lost in air */
|
H A D | super.c | 458 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() 1986 struct jset *j; in run_cache_set()
|
H A D | request.c | 102 if (newsize * sizeof(uint64_t) > block_bytes(c->cache) - sizeof(struct jset)) in bch_keylist_realloc()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bcache.h | 157 struct jset { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bcache.h | 157 struct jset { struct
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bcache.h | 345 struct jset { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bcache.h | 183 struct jset { struct
|
Completed in 16 milliseconds