Searched refs:btnc (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/nilfs2/ |
| H A D | btnode.c | 43 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear() 44 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear() 50 struct inode *inode = btnc->host; in nilfs_btnode_create_block() 92 struct inode *inode = btnc->host; in nilfs_btnode_submit_block() 213 struct inode *inode = btnc->host; in nilfs_btnode_prepare_change_key() 234 xa_lock_irq(&btnc->i_pages); in nilfs_btnode_prepare_change_key() 236 xa_unlock_irq(&btnc->i_pages); in nilfs_btnode_prepare_change_key() 304 xa_lock_irq(&btnc->i_pages); in nilfs_btnode_commit_change_key() 305 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 307 xa_unlock_irq(&btnc->i_pages); in nilfs_btnode_commit_change_key() [all …]
|
| H A D | btnode.h | 35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
|
| H A D | btree.c | 62 struct address_space *btnc = btnc_inode->i_mapping; in nilfs_btree_get_new_block() local 65 bh = nilfs_btnode_create_block(btnc, ptr); in nilfs_btree_get_new_block() 476 struct address_space *btnc = btnc_inode->i_mapping; in __nilfs_btree_get_block() local 481 ret = nilfs_btnode_submit_block(btnc, ptr, 0, REQ_OP_READ, &bh, in __nilfs_btree_get_block() 507 ret = nilfs_btnode_submit_block(btnc, ptr2, 0, in __nilfs_btree_get_block()
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | tmdc.c | 78 char btnc[4]; member 100 unsigned char btnc[4]; member 115 unsigned char btnc[2][4]; 205 for (i = 0; i < port->btnc[k]; i++) in tmdc_parse_packet() 208 l += port->btnc[k]; in tmdc_parse_packet() 285 port->btnc[i] = i < (data[TMDC_BYTE_DEF] & 0xf) ? 8 : 0; in tmdc_setup_port() 289 port->btnc[i] = model->btnc[i]; in tmdc_setup_port() 324 for (j = 0; j < port->btnc[i] && j < TMDC_BTN; j++) in tmdc_setup_port() 326 b += port->btnc[i]; in tmdc_setup_port()
|