Home
last modified time | relevance | path

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

/linux-4.19.296/fs/sysv/
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()
Dsuper.c71 sbi->s_bcache = &sbd1->s_free[0]; in detected_xenix()
98 sbi->s_bcache = &sbd->s_free[0]; in detected_sysv4()
126 sbi->s_bcache = &sbd->s_free[0]; in detected_sysv2()
150 sbi->s_bcache = &sbd->s_free[0]; in detected_coherent()
171 sbi->s_bcache = &sbd->s_free[0]; in detected_v7()
Dsysv.h49 sysv_zone_t *s_bcache; /* pointer to s_sbd->s_free */ member