Home
last modified time | relevance | path

Searched refs:btnc (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/nilfs2/
Dbtnode.c37 void nilfs_btnode_cache_init(struct address_space *btnc, in nilfs_btnode_cache_init() argument
40 nilfs_mapping_init(btnc, bdi); in nilfs_btnode_cache_init()
43 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear() argument
45 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear()
46 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear()
50 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block() argument
52 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_create_block()
55 bh = nilfs_grab_buffer(inode, btnc, blocknr, 1 << BH_NILFS_Node); in nilfs_btnode_create_block()
75 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block() argument
80 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_submit_block()
[all …]
Dbtnode.h42 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
Dnilfs.h76 static inline struct inode *NILFS_BTNC_I(struct address_space *btnc) in NILFS_BTNC_I() argument
79 container_of(btnc, struct nilfs_inode_info, i_btnode_cache); in NILFS_BTNC_I()
Dbtree.c72 struct address_space *btnc = &NILFS_BMAP_I(btree)->i_btnode_cache; in nilfs_btree_get_new_block() local
75 bh = nilfs_btnode_create_block(btnc, ptr); in nilfs_btree_get_new_block()
448 struct address_space *btnc = &NILFS_BMAP_I(btree)->i_btnode_cache; in __nilfs_btree_get_block() local
453 ret = nilfs_btnode_submit_block(btnc, ptr, 0, READ, &bh, &submit_ptr); in __nilfs_btree_get_block()
469 ret = nilfs_btnode_submit_block(btnc, ptr2, 0, READA, in __nilfs_btree_get_block()
/linux-2.6.39/drivers/input/joystick/
Dtmdc.c98 char btnc[4]; member
120 unsigned char btnc[4]; member
135 unsigned char btnc[2][4];
225 for (i = 0; i < port->btnc[k]; i++) in tmdc_parse_packet()
228 l += port->btnc[k]; in tmdc_parse_packet()
305 port->btnc[i] = i < (data[TMDC_BYTE_DEF] & 0xf) ? 8 : 0; in tmdc_setup_port()
309 port->btnc[i] = model->btnc[i]; in tmdc_setup_port()
344 for (j = 0; j < port->btnc[i] && j < TMDC_BTN; j++) in tmdc_setup_port()
346 b += port->btnc[i]; in tmdc_setup_port()