Searched refs:cpp (Results 1 – 3 of 3) sorted by relevance
/fs/nilfs2/ |
D | cpfile.c | 217 struct nilfs_checkpoint **cpp, in nilfs_cpfile_get_checkpoint() argument 263 if (cpp != NULL) in nilfs_cpfile_get_checkpoint() 264 *cpp = cp; in nilfs_cpfile_get_checkpoint()
|
/fs/xfs/libxfs/ |
D | xfs_btree.c | 2892 union xfs_btree_ptr *cpp; /* child ptr pointer */ in xfs_btree_new_iroot() local 2944 cpp = xfs_btree_ptr_addr(cur, 1, cblock); in xfs_btree_new_iroot() 2951 xfs_btree_copy_ptrs(cur, cpp, pp, xfs_btree_get_numrecs(cblock)); in xfs_btree_new_iroot() 3486 union xfs_btree_ptr *cpp; in xfs_btree_kill_iroot() local 3550 cpp = xfs_btree_ptr_addr(cur, 1, cblock); in xfs_btree_kill_iroot() 3553 error = xfs_btree_debug_check_ptr(cur, cpp, i, level - 1); in xfs_btree_kill_iroot() 3558 xfs_btree_copy_ptrs(cur, pp, cpp, numrecs); in xfs_btree_kill_iroot()
|
/fs/ocfs2/ |
D | aops.c | 517 unsigned int cpp; in ocfs2_figure_cluster_boundaries() local 519 cpp = 1 << (PAGE_SHIFT - osb->s_clustersize_bits); in ocfs2_figure_cluster_boundaries() 521 cluster_start = cpos % cpp; in ocfs2_figure_cluster_boundaries()
|