Searched refs:blockcount (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_bmap_btree.c | 229 xfs_filblks_t blockcount, in xfs_bmbt_set_allf() argument 236 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_set_allf() 245 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_set_allf() 254 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_set_allf() 260 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_set_allf() 287 xfs_filblks_t blockcount, in xfs_bmbt_disk_set_allf() argument 294 ASSERT((blockcount & xfs_mask64hi(64-BMBT_BLOCKCOUNT_BITLEN)) == 0); in xfs_bmbt_disk_set_allf() 305 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_disk_set_allf() 315 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_disk_set_allf() 323 ((xfs_bmbt_rec_base_t)blockcount & in xfs_bmbt_disk_set_allf()
|
D | xfs_inode.c | 3768 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ in xfs_iext_bno_to_ext() local 3798 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext() 3801 } else if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext() 3816 if (bno >= startoff + blockcount) { in xfs_iext_bno_to_ext()
|
D | xfs_bmap.c | 5685 xfs_fsblock_t blockcount; /* extent block count */ in xfs_bmap_eof() local 5707 blockcount = xfs_bmbt_get_blockcount(lastrec); in xfs_bmap_eof() 5708 *eof = endoff >= startoff + blockcount; in xfs_bmap_eof()
|
/linux-2.6.39/Documentation/ |
D | printk-formats.txt | 28 (unsigned long long)sector, (unsigned long long)blockcount);
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_trace.h | 194 __field(xfs_filblks_t, blockcount) 205 __entry->blockcount = r->br_blockcount; 218 __entry->blockcount, 233 __field(xfs_filblks_t, blockcount) 249 __entry->blockcount = r.br_blockcount; 262 __entry->blockcount, 956 __field(xfs_filblks_t, blockcount) 968 __entry->blockcount = irec ? irec->br_blockcount : 0; 982 __entry->blockcount)
|
/linux-2.6.39/drivers/usb/atm/ |
D | ueagle-atm.c | 740 u8 pagecount, blockcount; in check_dsp_e1() local 765 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1() 768 for (j = 0; j < blockcount; j++) { in check_dsp_e1() 922 u8 pagecount, blockcount; in uea_load_page_e1() local 950 blockcount = FW_GET_BYTE(p); in uea_load_page_e1() 954 "sending %u blocks for DSP page %u\n", blockcount, pageno); in uea_load_page_e1() 960 for (i = 0; i < blockcount; i++) { in uea_load_page_e1() 969 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0); in uea_load_page_e1()
|