Home
last modified time | relevance | path

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

/fs/nilfs2/
Dbtnode.c23 void nilfs_btnode_cache_clear(struct address_space *btnc) in nilfs_btnode_cache_clear() argument
25 invalidate_mapping_pages(btnc, 0, -1); in nilfs_btnode_cache_clear()
26 truncate_inode_pages(btnc, 0); in nilfs_btnode_cache_clear()
30 nilfs_btnode_create_block(struct address_space *btnc, __u64 blocknr) in nilfs_btnode_create_block() argument
32 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_create_block()
35 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_create_block()
55 int nilfs_btnode_submit_block(struct address_space *btnc, __u64 blocknr, in nilfs_btnode_submit_block() argument
60 struct inode *inode = NILFS_BTNC_I(btnc); in nilfs_btnode_submit_block()
64 bh = nilfs_grab_buffer(inode, btnc, blocknr, BIT(BH_NILFS_Node)); in nilfs_btnode_submit_block()
156 int nilfs_btnode_prepare_change_key(struct address_space *btnc, in nilfs_btnode_prepare_change_key() argument
[all …]
Dbtnode.h34 struct buffer_head *nilfs_btnode_create_block(struct address_space *btnc,
Dnilfs.h78 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()
Dbtree.c61 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()