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

/linux-master/fs/affs/
H A Dsuper.c335 struct buffer_head *root_bh = NULL; local
428 root_bh = affs_bread(sb, sbi->s_root_block + num_bm);
429 if (!root_bh)
431 if (!affs_checksum_block(sb, root_bh) &&
432 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT &&
433 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) {
438 affs_brelse(root_bh);
439 root_bh = NULL;
449 sbi->s_root_bh = root_bh;
510 u8 len = AFFS_ROOT_TAIL(sb, root_bh)
[all...]
/linux-master/fs/ocfs2/
H A Dalloc.c680 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, argument
691 get_bh(root_bh);
692 path_root_bh(path) = root_bh;
1311 * either be on the root_bh, or the extent block passed in. */
1414 /* update root_bh now */
2050 struct buffer_head *root_bh; local
2107 root_bh = left_path->p_node[subtree_index].bh;
2109 ocfs2_journal_dirty(handle, root_bh);
2121 struct buffer_head *root_bh; local
2144 root_bh
2621 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; local
2655 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); local
3362 struct buffer_head *root_bh = NULL; local
3526 struct buffer_head *root_bh = NULL; 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,
3925 (struct ocfs2_xattr_block *)root_bh->b_data;
3937 (unsigned long long)root_bh->b_blocknr,
4117 struct buffer_head *root_bh,
5090 struct buffer_head *root_bh,
5112 ocfs2_init_xattr_tree_extent_tree(&et, INODE_CACHE(inode), root_bh);
3917 ocfs2_xattr_index_block_find(struct inode *inode, struct buffer_head *root_bh, int name_index, const char *name, struct ocfs2_xattr_search *xs) argument
4116 ocfs2_list_xattr_tree_rec(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) argument
5089 ocfs2_add_new_xattr_cluster(struct inode *inode, struct buffer_head *root_bh, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u32 *num_clusters, u32 prev_cpos, int *extend, struct ocfs2_xattr_set_ctxt *ctxt) argument
5411 ocfs2_rm_xattr_cluster(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) argument
6088 ocfs2_refcount_xattr_tree_rec(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) argument
6989 ocfs2_reflink_xattr_rec(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) argument
[all...]

Completed in 133 milliseconds