Searched refs:btnc (Results 1 – 3 of 3) sorted by relevance
| /fs/nilfs2/ |
| 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 …]
|
| A D | btnode.h | 35 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
|
| 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()
|
Completed in 11 milliseconds