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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dballoc.c46 sysv_zone_t *blocks = sbi->s_bcache;
91 sbi->s_bcache[count++] = nr;
112 nr = sbi->s_bcache[--count];
143 memcpy(sbi->s_bcache, get_chunk(sb, bh),
185 blocks = sbi->s_bcache;
H A Dsuper.c71 sbi->s_bcache = &sbd1->s_free[0];
98 sbi->s_bcache = &sbd->s_free[0];
126 sbi->s_bcache = &sbd->s_free[0];
150 sbi->s_bcache = &sbd->s_free[0];
171 sbi->s_bcache = &sbd->s_free[0];
H A Dsysv.h49 sysv_zone_t *s_bcache; /* pointer to s_sbd->s_free */ member in struct:sysv_sb_info

Completed in 107 milliseconds