Home
last modified time | relevance | path

Searched refs:s_bcache (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/sysv/
H A Dballoc.c47 sysv_zone_t *blocks = sbi->s_bcache; in sysv_free_block()
92 sbi->s_bcache[count++] = nr; in sysv_free_block()
113 nr = sbi->s_bcache[--count]; in sysv_new_block()
144 memcpy(sbi->s_bcache, get_chunk(sb, bh), in sysv_new_block()
186 blocks = sbi->s_bcache; in sysv_count_free_blocks()
H A Dsuper.c72 sbi->s_bcache = &sbd1->s_free[0]; in detected_xenix()
99 sbi->s_bcache = &sbd->s_free[0]; in detected_sysv4()
127 sbi->s_bcache = &sbd->s_free[0]; in detected_sysv2()
151 sbi->s_bcache = &sbd->s_free[0]; in detected_coherent()
172 sbi->s_bcache = &sbd->s_free[0]; in detected_v7()
H A Dsysv.h47 sysv_zone_t *s_bcache; /* pointer to s_sbd->s_free */ member