Searched refs:btnc (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nilfs2/ |
H A D | btnode.c | 41 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear() argument 43 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear() 44 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear() 48 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block() argument 50 struct inode *inode = btnc->host; in nilfs_btnode_create_block() 53 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_create_block() 87 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block() argument 92 struct inode *inode = btnc->host; in nilfs_btnode_submit_block() 96 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_submit_block() 209 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key() argument [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/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()
|