Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfs/
Dextent.c474 u16 blk_cnt, alloc_cnt, start; in hfs_file_truncate() local
501 alloc_cnt = HFS_I(inode)->alloc_blocks; in hfs_file_truncate()
502 if (blk_cnt == alloc_cnt) in hfs_file_truncate()
513 if (alloc_cnt == HFS_I(inode)->first_blocks) { in hfs_file_truncate()
515 alloc_cnt, alloc_cnt - blk_cnt); in hfs_file_truncate()
520 res = __hfs_ext_cache_extent(&fd, inode, alloc_cnt); in hfs_file_truncate()
525 alloc_cnt - start, alloc_cnt - blk_cnt); in hfs_file_truncate()
531 alloc_cnt = start; in hfs_file_truncate()
/linux-4.4.14/fs/hfsplus/
Dextents.c536 u32 alloc_cnt, blk_cnt, start; in hfsplus_file_truncate() local
567 alloc_cnt = hip->alloc_blocks; in hfsplus_file_truncate()
568 if (blk_cnt == alloc_cnt) in hfsplus_file_truncate()
578 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
580 alloc_cnt, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
585 res = __hfsplus_ext_cache_extent(&fd, inode, alloc_cnt); in hfsplus_file_truncate()
590 alloc_cnt - start, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
596 alloc_cnt = start; in hfsplus_file_truncate()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c120 int alloc_cnt);
2795 int alloc_cnt) in gfar_alloc_rx_buffs() argument
2805 while (alloc_cnt--) { in gfar_alloc_rx_buffs()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c2457 u32 alloc_cnt; in fill_rx_buffers() local
2467 alloc_cnt = ring->pkt_cnt - ring->rx_bufs_left; in fill_rx_buffers()
2470 while (alloc_tab < alloc_cnt) { in fill_rx_buffers()