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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c95 int cur_ppos = ppos; local
110 while (++cur_ppos < leaf_ppos) {
111 path[cur_ppos].p_idx =
112 EXT_FIRST_INDEX(path[cur_ppos].p_hdr);
113 path[cur_ppos].p_block =
114 idx_pblock(path[cur_ppos].p_idx);
115 if (path[cur_ppos+1].p_bh)
116 brelse(path[cur_ppos+1].p_bh);
117 path[cur_ppos+1].p_bh = sb_bread(inode->i_sb,
118 path[cur_ppos]
[all...]

Completed in 99 milliseconds