Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/arch/s390/include/asm/
Dqdio.h150 u8 sb_count; member
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h169 u8 sb_count; /* actual number of SBs */ member
Dbnx2x_sriov.c334 ++vf->sb_count; in bnx2x_vf_set_igu_info()
898 resc->num_sbs = vf->sb_count; in bnx2x_iov_static_resc()
2516 vf->sb_count = 0; in bnx2x_enable_sriov()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_scsi.c625 struct list_head *post_sblist, int sb_count) in lpfc_sli4_post_scsi_sgl_list() argument
637 if (sb_count <= 0) in lpfc_sli4_post_scsi_sgl_list()
668 if (num_posting == sb_count) { in lpfc_sli4_post_scsi_sgl_list()