Lines Matching defs:end
915 /* Catch the end of the attribute list. */
1113 * use ntfs_attr_find() to seek to the end of the base mft record.
2167 * If the data starts after the end of the old allocation, this is a
2184 /* Seek to the end of the runlist. */
2211 /* Seek to the end of the runlist. */
2217 * the end of the runlist. We want to begin allocating clusters
2500 * that @ofs + @cnt were outside the end of the attribute and no write was
2509 pgoff_t idx, end;
2529 end = ofs + cnt;
2530 end_ofs = end & ~PAGE_MASK;
2531 /* If the end is outside the inode size return -ESPIPE. */
2532 if (unlikely(end > i_size_read(VFS_I(ni)))) {
2533 ntfs_error(vol->sb, "Request exceeds end of attribute.");
2536 end >>= PAGE_SHIFT;
2547 * limit the write to the end offset.
2550 if (idx == end)
2560 if (idx == end)
2565 for (; idx < end; idx++) {