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

/linux-master/fs/ocfs2/
H A Ddir.c156 struct ocfs2_dx_root_block *dx_root; local
166 dx_root = (struct ocfs2_dx_root_block *)dx_root_bh->b_data;
168 trailer->db_free_next = dx_root->dr_free_blk;
169 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr);
197 static inline int ocfs2_dx_root_inline(struct ocfs2_dx_root_block *dx_root) argument
199 return dx_root->dr_flags & OCFS2_DX_FLAG_INLINE;
566 struct ocfs2_dx_root_block *dx_root; local
570 dx_root = (struct ocfs2_dx_root_block *) bh->b_data;
572 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_root->dr_check);
580 if (!OCFS2_IS_VALID_DX_ROOT(dx_root)) {
889 ocfs2_dx_dir_search(const char *name, int namelen, struct inode *dir, struct ocfs2_dx_root_block *dx_root, struct ocfs2_dir_lookup_result *res) argument
1011 struct ocfs2_dx_root_block *dx_root; local
1238 struct ocfs2_dx_root_block *dx_root; local
1477 ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct ocfs2_dx_root_block *dx_root) argument
1489 struct ocfs2_dx_root_block *dx_root; local
1525 struct ocfs2_dx_root_block *dx_root; local
2077 struct ocfs2_dx_root_block *dx_root; local
2294 struct ocfs2_dx_root_block *dx_root; local
2517 struct ocfs2_dx_root_block *dx_root; local
2636 struct ocfs2_dx_root_block *dx_root; local
3668 ocfs2_dx_dir_rebalance_credits(struct ocfs2_super *osb, struct ocfs2_dx_root_block *dx_root) argument
3698 struct ocfs2_dx_root_block *dx_root; local
3884 struct ocfs2_dx_root_block *dx_root; local
3960 struct ocfs2_dx_root_block *dx_root; local
4008 struct ocfs2_dx_root_block *dx_root; local
4116 struct ocfs2_dx_root_block *dx_root; local
4140 struct ocfs2_dx_root_block *dx_root; local
4309 struct ocfs2_dx_root_block *dx_root; local
4391 struct ocfs2_dx_root_block *dx_root; local
[all...]
H A Dalloc.c338 struct ocfs2_dx_root_block *dx_root = et->et_object; local
340 dx_root->dr_last_eb_blk = cpu_to_le64(blkno);
345 struct ocfs2_dx_root_block *dx_root = et->et_object; local
347 return le64_to_cpu(dx_root->dr_last_eb_blk);
353 struct ocfs2_dx_root_block *dx_root = et->et_object; local
355 le32_add_cpu(&dx_root->dr_clusters, clusters);
360 struct ocfs2_dx_root_block *dx_root = et->et_object; local
362 BUG_ON(!OCFS2_IS_VALID_DX_ROOT(dx_root));
369 struct ocfs2_dx_root_block *dx_root = et->et_object; local
371 et->et_root_el = &dx_root
[all...]
/linux-master/fs/ext4/
H A Dnamei.c246 struct dx_root struct
814 struct dx_root *root;
826 root = (struct dx_root *) frame->bh->b_data;
978 info = &((struct dx_root *)frames[0].bh->b_data)->info;
2229 struct dx_root *root;
2254 root = (struct dx_root *) bh->b_data;
2613 struct dx_root *dxroot;
2621 dxroot = (struct dx_root *)frames[0].bh->b_data;

Completed in 121 milliseconds