Home
last modified time | relevance | path

Searched refs:btnc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbtnode.c40 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear() argument
42 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear()
43 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear()
47 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block() argument
49 struct inode *inode = btnc->host; in nilfs_btnode_create_block()
52 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_create_block()
72 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block() argument
77 struct inode *inode = btnc->host; in nilfs_btnode_submit_block()
81 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_submit_block()
173 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key() argument
236 nilfs_btnode_commit_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_commit_change_key() argument
276 nilfs_btnode_abort_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_abort_change_key() argument
[all...]
H A Dbtnode.h35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
H A Dbtree.c62 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()
475 struct address_space *btnc = btnc_inode->i_mapping; in __nilfs_btree_get_block() local
480 ret = nilfs_btnode_submit_block(btnc, ptr, 0, REQ_OP_READ, 0, &bh, in __nilfs_btree_get_block()
506 ret = nilfs_btnode_submit_block(btnc, ptr2, 0, in __nilfs_btree_get_block()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dbtnode.c40 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear() argument
42 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear()
43 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear()
47 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block() argument
49 struct inode *inode = btnc->host; in nilfs_btnode_create_block()
52 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_create_block()
72 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block() argument
77 struct inode *inode = btnc->host; in nilfs_btnode_submit_block()
81 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_submit_block()
173 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key() argument
236 nilfs_btnode_commit_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_commit_change_key() argument
276 nilfs_btnode_abort_change_key(struct address_space *btnc, struct nilfs_btnode_chkey_ctxt *ctxt) nilfs_btnode_abort_change_key() argument
[all...]
H A Dbtnode.h35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
H A Dbtree.c62 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()
475 struct address_space *btnc = btnc_inode->i_mapping; in __nilfs_btree_get_block() local
480 ret = nilfs_btnode_submit_block(btnc, ptr, 0, REQ_OP_READ, &bh, in __nilfs_btree_get_block()
506 ret = nilfs_btnode_submit_block(btnc, ptr2, 0, in __nilfs_btree_get_block()
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dtmdc.c81 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[ in tmdc_setup_port()
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dtmdc.c78 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[ in tmdc_setup_port()
[all...]

Completed in 9 milliseconds