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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c170 struct ocfs2_dx_root_block *dx_root; local
180 dx_root = (struct ocfs2_dx_root_block *)dx_root_bh->b_data;
182 trailer->db_free_next = dx_root->dr_free_blk;
183 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr);
211 static inline int ocfs2_dx_root_inline(struct ocfs2_dx_root_block *dx_root) argument
213 return dx_root->dr_flags & OCFS2_DX_FLAG_INLINE;
584 struct ocfs2_dx_root_block *dx_root; local
588 dx_root = (struct ocfs2_dx_root_block *) bh->b_data;
590 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_root->dr_check);
598 if (!OCFS2_IS_VALID_DX_ROOT(dx_root)) {
912 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
1032 struct ocfs2_dx_root_block *dx_root; local
1263 struct ocfs2_dx_root_block *dx_root; local
1502 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
1514 struct ocfs2_dx_root_block *dx_root; local
1550 struct ocfs2_dx_root_block *dx_root; local
2158 struct ocfs2_dx_root_block *dx_root; local
2369 struct ocfs2_dx_root_block *dx_root; local
2585 struct ocfs2_dx_root_block *dx_root; local
2701 struct ocfs2_dx_root_block *dx_root; local
3742 ocfs2_dx_dir_rebalance_credits(struct ocfs2_super *osb, struct ocfs2_dx_root_block *dx_root) argument
3772 struct ocfs2_dx_root_block *dx_root; local
3954 struct ocfs2_dx_root_block *dx_root; local
4023 struct ocfs2_dx_root_block *dx_root; local
4071 struct ocfs2_dx_root_block *dx_root; local
4178 struct ocfs2_dx_root_block *dx_root; local
4202 struct ocfs2_dx_root_block *dx_root; local
4377 struct ocfs2_dx_root_block *dx_root; local
4456 struct ocfs2_dx_root_block *dx_root; local
[all...]
H A Dalloc.c345 struct ocfs2_dx_root_block *dx_root = et->et_object; local
347 dx_root->dr_last_eb_blk = cpu_to_le64(blkno);
352 struct ocfs2_dx_root_block *dx_root = et->et_object; local
354 return le64_to_cpu(dx_root->dr_last_eb_blk);
360 struct ocfs2_dx_root_block *dx_root = et->et_object; local
362 le32_add_cpu(&dx_root->dr_clusters, clusters);
367 struct ocfs2_dx_root_block *dx_root = et->et_object; local
369 BUG_ON(!OCFS2_IS_VALID_DX_ROOT(dx_root));
376 struct ocfs2_dx_root_block *dx_root = et->et_object; local
378 et->et_root_el = &dx_root
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c109 struct dx_root struct
347 struct dx_root *root;
355 root = (struct dx_root *) bh->b_data;
481 if (((struct dx_root *) frames[0].bh->b_data)->info.indirect_levels)
975 /* NFS may look up ".." - look at dx_root directory block */
983 dx_set_block(frame->at, 0); /* dx_root block is 0 */
1345 struct dx_root *root;
1365 root = (struct dx_root *) bh->b_data;
1586 ((struct dx_root *) frames[0].bh->b_data)->info.indirect_levels = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c108 struct dx_root struct
350 struct dx_root *root;
358 root = (struct dx_root *) bh->b_data;
480 if (((struct dx_root *) frames[0].bh->b_data)->info.indirect_levels)
974 /* NFS may look up ".." - look at dx_root directory block */
982 dx_set_block(frame->at, 0); /* dx_root block is 0 */
1340 struct dx_root *root;
1360 root = (struct dx_root *) bh->b_data;
1590 ((struct dx_root *) frames[0].bh->b_data)->info.indirect_levels = 1;

Completed in 227 milliseconds