Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dextent.c481 u16 blk_cnt, alloc_cnt, start; in hfs_file_truncate() local
508 alloc_cnt = HFS_I(inode)->alloc_blocks; in hfs_file_truncate()
509 if (blk_cnt == alloc_cnt) in hfs_file_truncate()
520 if (alloc_cnt == HFS_I(inode)->first_blocks) { in hfs_file_truncate()
522 alloc_cnt, alloc_cnt - blk_cnt); in hfs_file_truncate()
527 res = __hfs_ext_cache_extent(&fd, inode, alloc_cnt); in hfs_file_truncate()
532 alloc_cnt - start, alloc_cnt - blk_cnt); in hfs_file_truncate()
538 alloc_cnt in hfs_file_truncate()
[all...]
/linux/fs/hfsplus/
H A Dextents.c549 u32 alloc_cnt, blk_cnt, start; in hfsplus_file_truncate()
579 alloc_cnt = hip->alloc_blocks; in hfsplus_file_truncate()
580 if (blk_cnt == alloc_cnt) in hfsplus_file_truncate()
591 if (alloc_cnt == hip->first_blocks) { in hfsplus_file_truncate()
594 alloc_cnt, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
601 res = __hfsplus_ext_cache_extent(&fd, inode, alloc_cnt); in hfsplus_file_truncate()
610 alloc_cnt - start, alloc_cnt - blk_cnt); in hfsplus_file_truncate()
618 alloc_cnt in hfsplus_file_truncate()
545 u32 alloc_cnt, blk_cnt, start; hfsplus_file_truncate() local
[all...]
/linux/drivers/net/ethernet/mscc/
H 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/net/smc/
H A Dsmc_stats.h55 u64 alloc_cnt; member
H A Dsmc_stats.c81 stats_rmb_cnt->alloc_cnt, in smc_nl_fill_stats_rmb_data()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2183 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_entry_alloc_info() argument
2189 *alloc_cnt = 0; in rvu_npc_get_mcam_entry_alloc_info()
2194 (*alloc_cnt)++; in rvu_npc_get_mcam_entry_alloc_info()
2202 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_counter_alloc_info() argument
2208 *alloc_cnt = 0; in rvu_npc_get_mcam_counter_alloc_info()
2213 (*alloc_cnt)++; in rvu_npc_get_mcam_counter_alloc_info()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1234 int alloc_cnt) in gfar_alloc_rx_buffs() argument
1244 while (alloc_cnt--) { in gfar_alloc_rx_buffs()