Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hfs/
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-v5.10/fs/hfsplus/
Dextents.c548 u32 alloc_cnt, blk_cnt, start; in hfsplus_file_truncate() local
578 alloc_cnt = hip->alloc_blocks; in hfsplus_file_truncate()
579 if (blk_cnt == alloc_cnt) in hfsplus_file_truncate()
589 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
592 alloc_cnt, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
598 res = __hfsplus_ext_cache_extent(&fd, inode, alloc_cnt); in hfsplus_file_truncate()
606 alloc_cnt - start, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
612 alloc_cnt = start; in hfsplus_file_truncate()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h511 int blkaddr, int *alloc_cnt,
514 int blkaddr, int *alloc_cnt,
Drvu_npc.c1234 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_entry_alloc_info() argument
1240 *alloc_cnt = 0; in rvu_npc_get_mcam_entry_alloc_info()
1245 (*alloc_cnt)++; in rvu_npc_get_mcam_entry_alloc_info()
1253 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_counter_alloc_info() argument
1259 *alloc_cnt = 0; in rvu_npc_get_mcam_counter_alloc_info()
1264 (*alloc_cnt)++; in rvu_npc_get_mcam_counter_alloc_info()
/Linux-v5.10/drivers/net/ethernet/freescale/
Dgianfar.c1273 int alloc_cnt) in gfar_alloc_rx_buffs() argument
1283 while (alloc_cnt--) { in gfar_alloc_rx_buffs()
/Linux-v5.10/drivers/net/ethernet/neterion/
Ds2io.c2458 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()