Searched refs:lend (Results 1 – 8 of 8) sorted by relevance
| /fs/erofs/ |
| A D | zmap.c | 526 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() local 560 last = (lstart >= round_up(lend, 1 << vi->z_lclusterbits)); in z_erofs_map_blocks_ext() 561 lend = min(lstart, lend); in z_erofs_map_blocks_ext() 564 lstart = lend; in z_erofs_map_blocks_ext() 580 if (la > lend) { in z_erofs_map_blocks_ext() 584 lend = la; in z_erofs_map_blocks_ext() 597 if (lstart < lend) { in z_erofs_map_blocks_ext() 621 map->m_llen = lend - map->m_la; in z_erofs_map_blocks_ext()
|
| /fs/hugetlbfs/ |
| A D | inode.c | 569 loff_t lend) in remove_inode_hugepages() argument 573 const pgoff_t end = lend >> PAGE_SHIFT; in remove_inode_hugepages() 577 bool truncate_op = (lend == LLONG_MAX); in remove_inode_hugepages()
|
| /fs/gfs2/ |
| 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()
|
| /fs/nfs/ |
| A D | write.c | 2002 loff_t lstart, loff_t lend) in nfs_filemap_write_and_wait_range() argument 2006 ret = filemap_write_and_wait_range(mapping, lstart, lend); in nfs_filemap_write_and_wait_range()
|
| A D | internal.h | 619 loff_t lstart, loff_t lend);
|
| /fs/ceph/ |
| A D | inode.c | 2370 loff_t lend = orig_pos + CEPH_FSCRYPT_BLOCK_SIZE - 1; in fill_fscrypt_truncate() local 2373 orig_pos, lend); in fill_fscrypt_truncate()
|
| A D | mds_client.c | 318 void *lend; in parse_reply_info_lease() local 338 lend = *p + struct_len; in parse_reply_info_lease() 354 *p = lend; in parse_reply_info_lease()
|
| /fs/ext4/ |
| A D | ext4.h | 3055 loff_t lstart, loff_t lend);
|
Completed in 67 milliseconds