Searched refs:btnc (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nilfs2/ |
A D | btnode.c | 25 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear() 26 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear() 32 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_create_block() 60 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_submit_block() 160 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_prepare_change_key() 181 xa_lock_irq(&btnc->i_pages); in nilfs_btnode_prepare_change_key() 183 xa_unlock_irq(&btnc->i_pages); in nilfs_btnode_prepare_change_key() 238 xa_lock_irq(&btnc->i_pages); in nilfs_btnode_commit_change_key() 239 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 241 xa_unlock_irq(&btnc->i_pages); in nilfs_btnode_commit_change_key() [all …]
|
A D | btnode.h | 34 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
|
A D | nilfs.h | 78 static inline struct inode *NILFS_BTNC_I(struct address_space *btnc) in NILFS_BTNC_I() argument 81 container_of(btnc, struct nilfs_inode_info, i_btnode_cache); in NILFS_BTNC_I()
|
A D | btree.c | 61 struct address_space *btnc = &NILFS_BMAP_I(btree)->i_btnode_cache; in nilfs_btree_get_new_block() local 64 bh = nilfs_btnode_create_block(btnc, ptr); in nilfs_btree_get_new_block() 473 struct address_space *btnc = &NILFS_BMAP_I(btree)->i_btnode_cache; in __nilfs_btree_get_block() local 478 ret = nilfs_btnode_submit_block(btnc, ptr, 0, REQ_OP_READ, 0, &bh, in __nilfs_btree_get_block() 495 ret = nilfs_btnode_submit_block(btnc, ptr2, 0, in __nilfs_btree_get_block()
|
/linux/drivers/input/joystick/ |
A D | tmdc.c | 81 char btnc[4]; member 103 unsigned char btnc[4]; member 118 unsigned char btnc[2][4]; 208 for (i = 0; i < port->btnc[k]; i++) in tmdc_parse_packet() 211 l += port->btnc[k]; in tmdc_parse_packet() 288 port->btnc[i] = i < (data[TMDC_BYTE_DEF] & 0xf) ? 8 : 0; in tmdc_setup_port() 292 port->btnc[i] = model->btnc[i]; in tmdc_setup_port() 327 for (j = 0; j < port->btnc[i] && j < TMDC_BTN; j++) in tmdc_setup_port() 329 b += port->btnc[i]; in tmdc_setup_port()
|
Completed in 15 milliseconds