Home
last modified time | relevance | path

Searched refs:sb_count (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/sysv/
Dballoc.c161 int sb_count; in sysv_count_free_blocks() local
177 sb_count = fs32_to_cpu(sbi, *sbi->s_free_blocks); in sysv_count_free_blocks()
211 if (count != sb_count) in sysv_count_free_blocks()
229 count = sb_count; in sysv_count_free_blocks()
233 "correcting to %d\n", sb_count, count); in sysv_count_free_blocks()
Dialloc.c186 int ino, count, sb_count; in sysv_count_free_inodes() local
190 sb_count = fs16_to_cpu(sbi, *sbi->s_sb_total_free_inodes); in sysv_count_free_inodes()
213 if (count != sb_count) in sysv_count_free_inodes()
222 sb_count, count); in sysv_count_free_inodes()
232 count = sb_count; in sysv_count_free_inodes()
/linux-3.4.99/arch/s390/include/asm/
Dqdio.h152 u8 sb_count; member
/linux-3.4.99/drivers/s390/cio/
Dqdio_main.c651 DBF_DEV_EVENT(DBF_INFO, irq, "SBC:%u", aob->sb_count); in qdio_trace_aob()