Home
last modified time | relevance | path

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

/linux/fs/hfs/
A Dextent.c480 u16 blk_cnt, alloc_cnt, start; in hfs_file_truncate() local
507 alloc_cnt = HFS_I(inode)->alloc_blocks; in hfs_file_truncate()
508 if (blk_cnt == alloc_cnt) in hfs_file_truncate()
519 if (alloc_cnt == HFS_I(inode)->first_blocks) { in hfs_file_truncate()
521 alloc_cnt, alloc_cnt - blk_cnt); in hfs_file_truncate()
526 res = __hfs_ext_cache_extent(&fd, inode, alloc_cnt); in hfs_file_truncate()
531 alloc_cnt - start, alloc_cnt - blk_cnt); in hfs_file_truncate()
537 alloc_cnt = start; in hfs_file_truncate()
/linux/fs/hfsplus/
A Dextents.c549 u32 alloc_cnt, blk_cnt, start; in hfsplus_file_truncate() local
579 alloc_cnt = hip->alloc_blocks; in hfsplus_file_truncate()
580 if (blk_cnt == alloc_cnt) in hfsplus_file_truncate()
590 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
593 alloc_cnt, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
600 res = __hfsplus_ext_cache_extent(&fd, inode, alloc_cnt); in hfsplus_file_truncate()
609 alloc_cnt - start, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
617 alloc_cnt = start; in hfsplus_file_truncate()
/linux/net/smc/
A Dsmc_stats.h55 u64 alloc_cnt; member
A Dsmc_stats.c81 stats_rmb_cnt->alloc_cnt, in smc_nl_fill_stats_rmb_data()
/linux/drivers/net/ethernet/mscc/
A Docelot_fdma.c146 static int ocelot_fdma_alloc_rx_buffs(struct ocelot *ocelot, u16 alloc_cnt) in ocelot_fdma_alloc_rx_buffs() argument
159 while (alloc_cnt--) { in ocelot_fdma_alloc_rx_buffs()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.h965 int blkaddr, int *alloc_cnt,
968 int blkaddr, int *alloc_cnt,
A Drvu_npc.c2192 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_entry_alloc_info() argument
2198 *alloc_cnt = 0; in rvu_npc_get_mcam_entry_alloc_info()
2203 (*alloc_cnt)++; in rvu_npc_get_mcam_entry_alloc_info()
2211 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_counter_alloc_info() argument
2217 *alloc_cnt = 0; in rvu_npc_get_mcam_counter_alloc_info()
2222 (*alloc_cnt)++; in rvu_npc_get_mcam_counter_alloc_info()
/linux/drivers/net/ethernet/freescale/
A Dgianfar.c1246 int alloc_cnt) in gfar_alloc_rx_buffs() argument
1256 while (alloc_cnt--) { in gfar_alloc_rx_buffs()
/linux/drivers/net/ethernet/neterion/
A Ds2io.c2461 u32 alloc_cnt; in fill_rx_buffers() local
2470 alloc_cnt = ring->pkt_cnt - ring->rx_bufs_left; in fill_rx_buffers()
2473 while (alloc_tab < alloc_cnt) { in fill_rx_buffers()

Completed in 46 milliseconds