Home
last modified time | relevance | path

Searched refs:freed_blocks (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/trace/events/
Dext4.h1222 TP_PROTO(struct inode *inode, int freed_blocks),
1224 TP_ARGS(inode, freed_blocks),
1230 __field( int, freed_blocks )
1241 __entry->freed_blocks = freed_blocks;
1254 __entry->freed_blocks, __entry->reserved_data_blocks,
/linux-4.1.27/fs/ext3/
Dresize.c1000 unsigned long freed_blocks; in ext3_group_extend() local
1105 ext3_free_blocks_sb(handle, sb, o_blocks_count, add, &freed_blocks); in ext3_group_extend()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c399 int avail, freed_blocks; in wlcore_fw_status() local
449 freed_blocks = status->total_released_blks - in wlcore_fw_status()
452 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
457 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
464 if (freed_blocks) { in wlcore_fw_status()