Searched refs:root_bh (Results 1 – 3 of 3) sorted by relevance
/fs/affs/ |
D | super.c | 278 struct buffer_head *root_bh = NULL; in affs_fill_super() local 368 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super() 369 if (!root_bh) in affs_fill_super() 371 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super() 372 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super() 373 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super() 379 affs_brelse(root_bh); in affs_fill_super() 380 root_bh = NULL; in affs_fill_super() 449 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super() 452 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super() [all …]
|
/fs/ocfs2/ |
D | alloc.c | 687 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() argument 698 get_bh(root_bh); in ocfs2_new_path() 699 path_root_bh(path) = root_bh; in ocfs2_new_path() 2038 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local 2096 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2098 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert() 2110 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local 2134 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right() 2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2627 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local [all …]
|
D | xattr.c | 262 struct buffer_head *root_bh, 282 struct buffer_head *root_bh, 285 struct buffer_head *root_bh, 292 struct buffer_head *root_bh, 3902 struct buffer_head *root_bh, in ocfs2_xattr_index_block_find() argument 3909 (struct ocfs2_xattr_block *)root_bh->b_data; in ocfs2_xattr_index_block_find() 3921 (unsigned long long)root_bh->b_blocknr, in ocfs2_xattr_index_block_find() 4103 struct buffer_head *root_bh, in ocfs2_list_xattr_tree_rec() argument 5076 struct buffer_head *root_bh, in ocfs2_add_new_xattr_cluster() argument 5098 ocfs2_init_xattr_tree_extent_tree(&et, INODE_CACHE(inode), root_bh); in ocfs2_add_new_xattr_cluster() [all …]
|