Searched refs:root_bh (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsuper.c259 struct buffer_head *root_bh = NULL; local
342 root_bh = affs_bread(sb, sbi->s_root_block + num_bm);
343 if (!root_bh)
345 if (!affs_checksum_block(sb, root_bh) &&
346 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT &&
347 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) {
353 affs_brelse(root_bh);
354 root_bh = NULL;
423 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0];
426 AFFS_ROOT_TAIL(sb, root_bh)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c162 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, argument
172 get_bh(root_bh);
173 path_root_bh(path) = root_bh;
1281 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; local
1344 root_bh = left_path->p_node[subtree_index].bh;
1346 ret = ocfs2_journal_dirty(handle, root_bh);
1360 struct buffer_head *root_bh; local
1384 root_bh = left_path->p_node[subtree_index].bh;
1385 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
1387 ret = ocfs2_journal_access(handle, inode, root_bh,
[all...]

Completed in 120 milliseconds