Home
last modified time | relevance | path

Searched refs:root_bh (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/affs/
H A Dsuper.c336 struct buffer_head *root_bh = NULL; in affs_fill_super() local
429 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
430 if (!root_bh) in affs_fill_super()
432 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
433 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super()
434 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
439 affs_brelse(root_bh); in affs_fill_super()
440 root_bh = NULL; in affs_fill_super()
450 sbi->s_root_bh = root_bh; in affs_fill_super()
511 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super()
[all …]
/openbmc/linux/fs/ocfs2/
H A Dalloc.c691 get_bh(root_bh); in ocfs2_new_path()
692 path_root_bh(path) = root_bh; in ocfs2_new_path()
2043 struct buffer_head *root_bh; in ocfs2_complete_edge_insert() local
2100 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2102 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2114 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2137 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2632 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2656 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
3355 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
[all …]
H A Dxattr.c248 struct buffer_head *root_bh,
268 struct buffer_head *root_bh,
271 struct buffer_head *root_bh,
278 struct buffer_head *root_bh,
3918 struct buffer_head *root_bh, in ocfs2_xattr_index_block_find() argument
4117 struct buffer_head *root_bh, in ocfs2_list_xattr_tree_rec() argument
5172 ocfs2_journal_dirty(handle, root_bh); in ocfs2_add_new_xattr_cluster()
5412 struct buffer_head *root_bh, in ocfs2_rm_xattr_cluster() argument
5484 ocfs2_journal_dirty(handle, root_bh); in ocfs2_rm_xattr_cluster()
6089 struct buffer_head *root_bh, in ocfs2_refcount_xattr_tree_rec() argument
[all …]