Searched refs:rf_ci (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.h30 struct ocfs2_caching_info rf_ci; member in struct:ocfs2_refcount_tree
H A Drefcounttree.c76 return container_of(ci, struct ocfs2_refcount_tree, rf_ci);
255 ocfs2_metadata_cache_exit(&tree->rf_ci);
301 ocfs2_metadata_cache_init(&new->rf_ci, &ocfs2_refcount_caching_ops);
365 ret = ocfs2_read_refcount_block(&new->rf_ci, rf_blkno, &ref_root_bh);
368 ocfs2_metadata_cache_exit(&new->rf_ci);
377 ocfs2_metadata_cache_purge(&new->rf_ci);
478 ret = ocfs2_read_refcount_block(&tree->rf_ci, tree->rf_blkno,
615 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh);
617 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh,
684 ocfs2_metadata_cache_exit(&new_tree->rf_ci);
[all...]
H A Ddlmglue.c3799 return ocfs2_ci_checkpointed(&tree->rf_ci, lockres, new_level);
3808 ocfs2_metadata_cache_purge(&tree->rf_ci);
H A Dxattr.c2560 ref_ci = &ref_tree->rf_ci;
5844 &(*ref_tree)->rf_ci,
7125 args.ref_ci = &ref_tree->rf_ci;

Completed in 149 milliseconds