b_page_count 63 fs/xfs/xfs_buf.c return bp->b_addr && bp->b_page_count > 1; b_page_count 70 fs/xfs/xfs_buf.c return (bp->b_page_count * PAGE_SIZE) - bp->b_offset; b_page_count 273 fs/xfs/xfs_buf.c bp->b_page_count = page_count; b_page_count 320 fs/xfs/xfs_buf.c bp->b_page_count); b_page_count 322 fs/xfs/xfs_buf.c for (i = 0; i < bp->b_page_count; i++) { b_page_count 383 fs/xfs/xfs_buf.c bp->b_page_count = 1; b_page_count 400 fs/xfs/xfs_buf.c for (i = 0; i < bp->b_page_count; i++) { b_page_count 407 fs/xfs/xfs_buf.c bp->b_page_count = i; b_page_count 439 fs/xfs/xfs_buf.c for (i = 0; i < bp->b_page_count; i++) b_page_count 454 fs/xfs/xfs_buf.c if (bp->b_page_count == 1) { b_page_count 473 fs/xfs/xfs_buf.c bp->b_addr = vm_map_ram(bp->b_pages, bp->b_page_count, b_page_count 1268 fs/xfs/xfs_buf.c int total_nr_pages = bp->b_page_count; b_page_count 164 fs/xfs/xfs_buf.h unsigned int b_page_count; /* size of page array */