| /linux/mm/ |
| H A D | truncate.c | 367 loff_t lstart, uoff_t lend) in truncate_inode_pages_range() argument 388 if (lend == -1) in truncate_inode_pages_range() 396 end = (lend + 1) >> PAGE_SHIFT; in truncate_inode_pages_range() 412 same_folio = (lstart >> PAGE_SHIFT) == (lend >> PAGE_SHIFT); in truncate_inode_pages_range() 415 same_folio = lend < folio_next_pos(folio); in truncate_inode_pages_range() 416 if (!truncate_inode_partial_folio(folio, lstart, lend)) { in truncate_inode_pages_range() 427 folio = __filemap_get_folio(mapping, lend >> PAGE_SHIFT, in truncate_inode_pages_range() 430 if (!truncate_inode_partial_folio(folio, lstart, lend)) in truncate_inode_pages_range() 900 void truncate_pagecache_range(struct inode *inode, loff_t lstart, loff_t lend) in truncate_pagecache_range() argument 904 loff_t unmap_end = round_down(1 + lend, PAGE_SIZE) - 1; in truncate_pagecache_range() [all …]
|
| H A D | shmem.c | 1096 static void shmem_undo_range(struct inode *inode, loff_t lstart, uoff_t lend, in shmem_undo_range() argument 1102 pgoff_t end = (lend + 1) >> PAGE_SHIFT; in shmem_undo_range() 1111 if (lend == -1) in shmem_undo_range() 1145 * even when [lstart, lend] covers only a part of the folio. in shmem_undo_range() 1150 same_folio = (lstart >> PAGE_SHIFT) == (lend >> PAGE_SHIFT); in shmem_undo_range() 1153 same_folio = lend < folio_next_pos(folio); in shmem_undo_range() 1155 if (!truncate_inode_partial_folio(folio, lstart, lend)) { in shmem_undo_range() 1166 folio = shmem_get_partial_folio(inode, lend >> PAGE_SHIFT); in shmem_undo_range() 1169 if (!truncate_inode_partial_folio(folio, lstart, lend)) in shmem_undo_range() 1222 } else if (truncate_inode_partial_folio(folio, lstart, lend)) { in shmem_undo_range() 1247 shmem_truncate_range(struct inode * inode,loff_t lstart,uoff_t lend) shmem_truncate_range() argument 5788 shmem_truncate_range(struct inode * inode,loff_t lstart,uoff_t lend) shmem_truncate_range() argument [all...] |
| H A D | filemap.c | 676 loff_t lstart, loff_t lend) in filemap_write_and_wait_range() argument 680 if (lend < lstart) in filemap_write_and_wait_range() 684 err = filemap_fdatawrite_range(mapping, lstart, lend); in filemap_write_and_wait_range() 692 __filemap_fdatawait_range(mapping, lstart, lend); in filemap_write_and_wait_range() 777 int file_write_and_wait_range(struct file *file, loff_t lstart, loff_t lend) in file_write_and_wait_range() argument 782 if (lend < lstart) in file_write_and_wait_range() 786 err = filemap_fdatawrite_range(mapping, lstart, lend); in file_write_and_wait_range() 789 __filemap_fdatawait_range(mapping, lstart, lend); in file_write_and_wait_range()
|
| /linux/fs/erofs/ |
| H A D | zmap.c | 517 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() local 551 last = (lstart >= round_up(lend, 1 << vi->z_lclusterbits)); in z_erofs_map_blocks_ext() 552 lend = min(lstart, lend); in z_erofs_map_blocks_ext() 555 lstart = lend; in z_erofs_map_blocks_ext() 571 if (la > lend) { in z_erofs_map_blocks_ext() 575 lend = la; in z_erofs_map_blocks_ext() 588 if (lstart < lend) { in z_erofs_map_blocks_ext() 612 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext()
|
| /linux/arch/xtensa/kernel/ |
| H A D | ptrace.c | 48 .lend = regs->lend, in gpr_get() 88 regs->lend = newregs.lend; in gpr_set() 314 tmp = regs->lend; in ptrace_peekusr()
|
| H A D | signal.c | 154 COPY(lend); in setup_sigcontext() 192 COPY(lend); in restore_sigcontext() 215 && ((regs->lbeg > TASK_SIZE) || (regs->lend > TASK_SIZE)) ) in restore_sigcontext()
|
| H A D | asm-offsets.c | 42 DEFINE(PT_LEND, offsetof (struct pt_regs, lend)); in main()
|
| H A D | align.S | 444 rsr a4, lend # check if we reached LEND
|
| H A D | entry.S | 752 wsr a3, lend
|
| /linux/sound/soc/sof/intel/ |
| H A D | telemetry.h | 29 u32 lend; member
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 51 __u32 lend; member
|
| /linux/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 62 unsigned long lend; /* 36 */ member
|
| /linux/block/ |
| H A D | bdev.c | 112 loff_t lstart, loff_t lend) in truncate_bdev_range() argument 125 truncate_inode_pages_range(bdev->bd_mapping, lstart, lend); in truncate_bdev_range() 137 lend >> PAGE_SHIFT); in truncate_bdev_range() 281 int sync_blockdev_range(struct block_device *bdev, loff_t lstart, loff_t lend) in sync_blockdev_range() argument 284 lstart, lend); in sync_blockdev_range()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress_superblock.c | 495 const BYTE* const lend = seqStorePtr->lit; in ZSTD_compressSubBlock_multi() local 497 size_t const nbLiterals = (size_t)(lend - lstart); in ZSTD_compressSubBlock_multi() 512 (unsigned)srcSize, (unsigned)(lend-lstart), (unsigned)(send-sstart)); in ZSTD_compressSubBlock_multi() 591 size_t litSize = (size_t)(lend - lp); in ZSTD_compressSubBlock_multi()
|
| /linux/include/linux/ |
| H A D | pagemap.h | 43 int filemap_fdatawait_range(struct address_space *, loff_t lstart, loff_t lend); 54 bool filemap_range_has_page(struct address_space *, loff_t lstart, loff_t lend); 56 loff_t lstart, loff_t lend);
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 578 loff_t lend) in remove_inode_hugepages() argument 582 const pgoff_t end = lend >> PAGE_SHIFT; in remove_inode_hugepages() 586 bool truncate_op = (lend == LLONG_MAX); in remove_inode_hugepages()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 1762 u64 lend; in punch_hole() local 1771 lend = end_offset >> bsize_shift; in punch_hole() 1773 if (lblock >= lend) in punch_hole() 1776 find_metapath(sdp, lend, &mp, ip->i_height); in punch_hole()
|
| /linux/fs/nfs/ |
| H A D | write.c | 1966 loff_t lstart, loff_t lend) in nfs_filemap_write_and_wait_range() argument 1970 ret = filemap_write_and_wait_range(mapping, lstart, lend); in nfs_filemap_write_and_wait_range()
|
| H A D | internal.h | 640 loff_t lstart, loff_t lend);
|
| /linux/Documentation/arch/powerpc/ |
| H A D | qe_firmware.rst | 172 do not lend themselves to simple inclusion into other code. Hence,
|
| /linux/fs/ceph/ |
| H A D | inode.c | 2428 loff_t lend = orig_pos + CEPH_FSCRYPT_BLOCK_SIZE - 1; in fill_fscrypt_truncate() local 2431 orig_pos, lend); in fill_fscrypt_truncate()
|
| H A D | mds_client.c | 319 void *lend; in parse_reply_info_lease() local 339 lend = *p + struct_len; in parse_reply_info_lease() 355 *p = lend; in parse_reply_info_lease()
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.1 | 129 You may also lend copies, under the same conditions stated above, and
|
| H A D | GFDL-1.2 | 154 You may also lend copies, under the same conditions stated above, and
|
| /linux/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 138 You may also lend copies, under the same conditions stated above, and
|