/linux-4.19.296/fs/f2fs/ |
D | segment.c | 852 struct block_device *bdev, block_t lstart, in __create_discard_cmd() argument 866 dc->lstart = lstart; in __create_discard_cmd() 884 struct block_device *bdev, block_t lstart, in __attach_discard_cmd() argument 891 dc = __create_discard_cmd(sbi, bdev, lstart, start, len); in __attach_discard_cmd() 937 dc->lstart, dc->start, dc->len, dc->error); in __remove_discard_cmd() 1023 struct block_device *bdev, block_t lstart, 1039 block_t lstart, start, len, total_len; in __submit_discard_cmd() local 1050 lstart = dc->lstart; in __submit_discard_cmd() 1111 __check_sit_bitmap(sbi, lstart, lstart + len); in __submit_discard_cmd() 1122 lstart += len; in __submit_discard_cmd() [all …]
|
D | f2fs.h | 262 block_t lstart; /* logical start address */ member 271 block_t lstart; /* logical start address */ member 722 return (back->lstart + back->len == front->lstart) && in __is_discard_mergeable()
|
/linux-4.19.296/fs/udf/ |
D | udf_i.h | 15 loff_t lstart; member
|
D | inode.c | 68 if (iinfo->cached_extent.lstart != -1) { in __udf_clear_extent_cache() 70 iinfo->cached_extent.lstart = -1; in __udf_clear_extent_cache() 92 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache() 93 (iinfo->cached_extent.lstart != -1)) { in udf_read_extent_cache() 95 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache() 118 iinfo->cached_extent.lstart = estart; in udf_update_extent_cache()
|
D | super.c | 156 ei->cached_extent.lstart = -1; in udf_alloc_inode()
|
/linux-4.19.296/fs/jfs/ |
D | jfs_xtree.h | 104 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
|
D | jfs_xtree.c | 146 int xtLookup(struct inode *ip, s64 lstart, in xtLookup() argument 168 if (lstart >= size) in xtLookup() 176 if ((rc = xtSearch(ip, lstart, &next, &cmp, &btstack, 0))) { in xtLookup() 196 *plen = min(next - lstart, llen); in xtLookup() 211 *paddr = xaddr + (lstart - xoff); in xtLookup() 213 *plen = min(xend - lstart, llen); in xtLookup()
|
/linux-4.19.296/include/linux/ |
D | rio.h | 424 int (*map_inb)(struct rio_mport *mport, dma_addr_t lstart, 426 void (*unmap_inb)(struct rio_mport *mport, dma_addr_t lstart);
|
D | rio_drv.h | 371 extern void rio_unmap_inb_region(struct rio_mport *mport, dma_addr_t lstart);
|
D | fs.h | 2658 extern int filemap_fdatawait_range(struct address_space *, loff_t lstart, 2668 extern bool filemap_range_has_page(struct address_space *, loff_t lstart, 2672 loff_t lstart, loff_t lend); 2680 extern int __must_check file_fdatawait_range(struct file *file, loff_t lstart,
|
D | mm.h | 2388 loff_t lstart, loff_t lend);
|
/linux-4.19.296/fs/hugetlbfs/ |
D | inode.c | 400 static void remove_inode_hugepages(struct inode *inode, loff_t lstart, in remove_inode_hugepages() argument 405 const pgoff_t start = lstart >> huge_page_shift(h); in remove_inode_hugepages()
|
/linux-4.19.296/fs/nfs/ |
D | internal.h | 521 loff_t lstart, loff_t lend);
|
D | write.c | 1977 loff_t lstart, loff_t lend) in nfs_filemap_write_and_wait_range() argument 1981 ret = filemap_write_and_wait_range(mapping, lstart, lend); in nfs_filemap_write_and_wait_range()
|
/linux-4.19.296/fs/ext4/ |
D | inode.c | 4201 loff_t lstart, loff_t length) in ext4_zero_partial_blocks() argument 4207 loff_t byte_end = (lstart + length - 1); in ext4_zero_partial_blocks() 4210 partial_start = lstart & (sb->s_blocksize - 1); in ext4_zero_partial_blocks() 4213 start = lstart >> sb->s_blocksize_bits; in ext4_zero_partial_blocks() 4220 lstart, length); in ext4_zero_partial_blocks() 4226 lstart, sb->s_blocksize); in ext4_zero_partial_blocks()
|
D | ext4.h | 2571 loff_t lstart, loff_t lend);
|