Searched refs:root_bh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/affs/ |
| H A D | super.c | 311 struct buffer_head *root_bh = NULL; in affs_fill_super() 396 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super() 397 if (!root_bh) in affs_fill_super() 399 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super() 400 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super() 401 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super() 406 affs_brelse(root_bh); in affs_fill_super() 407 root_bh = NULL; in affs_fill_super() 417 sbi->s_root_bh = root_bh; in affs_fill_super() 478 u8 len = AFFS_ROOT_TAIL(sb, root_bh) in affs_fill_super() 310 struct buffer_head *root_bh = NULL; affs_fill_super() local [all...] |
| /linux/fs/ocfs2/ |
| H A D | alloc.c | 681 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() argument 692 get_bh(root_bh); in ocfs2_new_path() 693 path_root_bh(path) = root_bh; in ocfs2_new_path() 1311 * either be on the root_bh, or the extent block passed in. */ in ocfs2_add_branch() 1414 /* update root_bh now */ in ocfs2_shift_tree_depth() 2059 struct buffer_head *root_bh; in ocfs2_complete_edge_insert() local 2116 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2118 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert() 2130 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local 2153 root_bh in ocfs2_rotate_subtree_right() 2630 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; ocfs2_unlink_subtree() local 2664 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); ocfs2_rotate_subtree_left() local 3371 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_right() local 3535 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_left() local [all...] |
| H A D | xattr.c | 252 struct buffer_head *root_bh, 272 struct buffer_head *root_bh, 275 struct buffer_head *root_bh, 282 struct buffer_head *root_bh, 3957 struct buffer_head *root_bh, in ocfs2_xattr_index_block_find() argument 3964 (struct ocfs2_xattr_block *)root_bh->b_data; in ocfs2_xattr_index_block_find() 3976 (unsigned long long)root_bh->b_blocknr, in ocfs2_xattr_index_block_find() 4156 struct buffer_head *root_bh, in ocfs2_list_xattr_tree_rec() argument 5120 struct buffer_head *root_bh, in ocfs2_add_new_xattr_cluster() argument 5142 ocfs2_init_xattr_tree_extent_tree(&et, INODE_CACHE(inode), root_bh); in ocfs2_add_new_xattr_cluster() 5442 ocfs2_rm_xattr_cluster(struct inode * inode,struct buffer_head * root_bh,u64 blkno,u32 cpos,u32 len,void * para) ocfs2_rm_xattr_cluster() argument 6119 ocfs2_refcount_xattr_tree_rec(struct inode * inode,struct buffer_head * root_bh,u64 blkno,u32 cpos,u32 len,void * para) ocfs2_refcount_xattr_tree_rec() argument 7015 ocfs2_reflink_xattr_rec(struct inode * inode,struct buffer_head * root_bh,u64 blkno,u32 cpos,u32 len,void * para) ocfs2_reflink_xattr_rec() argument [all...] |