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

/fs/9p/
H A Dvfs_addr.c316 loff_t last_pos = pos + copied; local
337 if (last_pos > inode->i_size) {
338 inode_add_bytes(inode, last_pos - inode->i_size);
339 i_size_write(inode, last_pos);
/fs/ext3/
H A Ddir.c450 if (info->last_pos != ctx->pos) {
515 info->last_pos = ctx->pos;
H A Dext3.h961 loff_t last_pos; member in struct:dir_private_info
/fs/btrfs/
H A Dfile.c1373 u64 last_pos; local
1378 last_pos = start_pos + ((u64)num_pages << PAGE_CACHE_SHIFT) - 1;
1383 start_pos, last_pos, 0, cached_state);
1385 last_pos - start_pos + 1);
1388 ordered->file_offset <= last_pos) {
1390 start_pos, last_pos,
1404 last_pos, EXTENT_DIRTY | EXTENT_DELALLOC |
1408 *lockend = last_pos;
/fs/ext4/
H A Ddir.c495 if (info->last_pos != ctx->pos) {
560 info->last_pos = ctx->pos;
H A Dext4.h1813 loff_t last_pos; member in struct:dir_private_info
/fs/udf/
H A Dinode.c486 struct extent_position *last_pos,
541 udf_add_aext(inode, last_pos, &last_ext->extLocation,
545 udf_write_aext(inode, last_pos, &last_ext->extLocation,
562 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
571 err = udf_add_aext(inode, last_pos, &last_ext->extLocation,
581 err = udf_add_aext(inode, last_pos, &prealloc_loc,
590 /* last_pos should point to the last written extent... */
592 last_pos->offset -= sizeof(struct short_ad);
594 last_pos->offset -= sizeof(struct long_ad);
485 udf_do_extend_file(struct inode *inode, struct extent_position *last_pos, struct kernel_long_ad *last_ext, sector_t blocks) argument
/fs/
H A Dlibfs.c446 loff_t last_pos = pos + copied; local
461 if (last_pos > inode->i_size)
462 i_size_write(inode, last_pos);
/fs/gfs2/
H A Dglock.c57 loff_t last_pos; /* last position */ member in struct:gfs2_glock_iter
1894 if (gi->last_pos <= *pos)
1895 n = gi->nhash + (*pos - gi->last_pos);
1907 gi->last_pos = *pos;
1917 gi->last_pos = *pos;

Completed in 325 milliseconds