Lines Matching refs:start
161 * should use ext4_fc_start/stop_update functions to start inode level
239 * Inform Ext4's fast about start of an inode update
606 ext4_lblk_t start, end;
625 ei->i_fc_lblk_start = min(ei->i_fc_lblk_start, __arg->start);
630 ei->i_fc_lblk_start = __arg->start;
631 ei->i_fc_lblk_len = __arg->end - __arg->start + 1;
637 void ext4_fc_track_range(handle_t *handle, struct inode *inode, ext4_lblk_t start,
652 args.start = start;
657 trace_ext4_fc_track_range(handle, inode, start, end, ret);
726 * block and allocate the bytes at the start of that new block.
1105 * flush before we start writing fast commit blocks.
1217 * Commit couldn't start. Just update stats and perform a
1618 * been replayed before we start here.
1724 ext4_lblk_t start, cur;
1748 start = le32_to_cpu(ex->ee_block);
1752 cur = start;
1755 start, start_pblk, len, ext4_ext_is_unwritten(ex),
1775 &newex, start_pblk + cur - start);
1789 if (start_pblk + cur - start != map.m_pblk) {
1797 start_pblk + cur - start);
1825 ext4_ext_replay_shrink_inode(inode, start + len);
2022 * to indicate that scan has finished and JBD2 can now start replay phase.
2038 __u8 *start, *end, *cur, *val;
2044 start = (u8 *)bh->b_data;
2045 end = start + journal->j_blocksize;
2055 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag)
2066 for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;
2156 __u8 *start, *end, *cur, *val;
2183 start = (u8 *)bh->b_data;
2184 end = start + journal->j_blocksize;
2186 for (cur = start; cur <= end - EXT4_FC_TAG_BASE_LEN;