/kernel/linux/linux-5.10/fs/affs/ |
H A D | super.c | 336 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) in affs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/affs/ |
H A D | super.c | 336 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) in affs_fill_super() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 682 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() argument 693 get_bh(root_bh); in ocfs2_new_path() 694 path_root_bh(path) = root_bh; in ocfs2_new_path() 1306 * either be on the root_bh, or the extent block passed in. */ in ocfs2_add_branch() 1409 /* update root_bh now */ in ocfs2_shift_tree_depth() 2045 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local 2102 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() 2104 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert() 2116 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local 2139 root_bh in ocfs2_rotate_subtree_right() 2616 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; ocfs2_unlink_subtree() local 2650 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); ocfs2_rotate_subtree_left() local 3357 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_right() local 3521 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_left() local [all...] |
H A D | xattr.c | 254 struct buffer_head *root_bh, 274 struct buffer_head *root_bh, 277 struct buffer_head *root_bh, 284 struct buffer_head *root_bh, 3924 struct buffer_head *root_bh, in ocfs2_xattr_index_block_find() 3931 (struct ocfs2_xattr_block *)root_bh->b_data; in ocfs2_xattr_index_block_find() 3943 (unsigned long long)root_bh->b_blocknr, in ocfs2_xattr_index_block_find() 4123 struct buffer_head *root_bh, in ocfs2_list_xattr_tree_rec() 5096 struct buffer_head *root_bh, in ocfs2_add_new_xattr_cluster() 5118 ocfs2_init_xattr_tree_extent_tree(&et, INODE_CACHE(inode), root_bh); in ocfs2_add_new_xattr_cluster() 3923 ocfs2_xattr_index_block_find(struct inode *inode, struct buffer_head *root_bh, int name_index, const char *name, struct ocfs2_xattr_search *xs) ocfs2_xattr_index_block_find() argument 4122 ocfs2_list_xattr_tree_rec(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) ocfs2_list_xattr_tree_rec() argument 5095 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) ocfs2_add_new_xattr_cluster() argument 5417 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 6094 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 6995 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...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 680 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh, in ocfs2_new_path() argument 691 get_bh(root_bh); in ocfs2_new_path() 692 path_root_bh(path) = root_bh; in ocfs2_new_path() 1304 * either be on the root_bh, or the extent block passed in. */ in ocfs2_add_branch() 1407 /* update root_bh now */ in ocfs2_shift_tree_depth() 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 in ocfs2_rotate_subtree_right() 2614 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; ocfs2_unlink_subtree() local 2648 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); ocfs2_rotate_subtree_left() local 3355 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_right() local 3519 struct buffer_head *root_bh = NULL; ocfs2_merge_rec_left() local [all...] |
H A D | xattr.c | 248 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() 3925 (struct ocfs2_xattr_block *)root_bh->b_data; in ocfs2_xattr_index_block_find() 3937 (unsigned long long)root_bh->b_blocknr, in ocfs2_xattr_index_block_find() 4117 struct buffer_head *root_bh, in ocfs2_list_xattr_tree_rec() 5090 struct buffer_head *root_bh, in ocfs2_add_new_xattr_cluster() 5112 ocfs2_init_xattr_tree_extent_tree(&et, INODE_CACHE(inode), root_bh); in ocfs2_add_new_xattr_cluster() 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) ocfs2_xattr_index_block_find() argument 4116 ocfs2_list_xattr_tree_rec(struct inode *inode, struct buffer_head *root_bh, u64 blkno, u32 cpos, u32 len, void *para) ocfs2_list_xattr_tree_rec() 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) ocfs2_add_new_xattr_cluster() argument 5411 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 6088 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 6989 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...] |