| /linux/fs/ext4/ |
| H A D | extents.c | 333 struct ext4_ext_path *path, ext4_lblk_t lblk, in ext4_force_split_extent_at() argument 341 return ext4_split_extent_at(handle, inode, path, lblk, flags); in ext4_force_split_extent_at() 390 ext4_lblk_t lblk, ext4_fsblk_t *pblk, in ext4_valid_extent_entries() argument 411 lblk != le32_to_cpu(ext->ee_block)) in ext4_valid_extent_entries() 435 lblk != le32_to_cpu(ext_idx->ei_block)) in ext4_valid_extent_entries() 457 int depth, ext4_fsblk_t pblk, ext4_lblk_t lblk) in __ext4_ext_check() argument 487 if (!ext4_valid_extent_entries(inode, eh, lblk, &pblk, depth)) { in __ext4_ext_check() 535 ext4_lblk_t lblk = le32_to_cpu(ex->ee_block); in ext4_cache_extents() local 538 if (prev && (prev != lblk)) in ext4_cache_extents() 539 ext4_es_cache_extent(inode, prev, lblk - prev, ~0, in ext4_cache_extents() [all …]
|
| H A D | inode.c | 411 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout() argument 416 KUNIT_STATIC_STUB_REDIRECT(ext4_issue_zeroout, inode, lblk, pblk, len); in ext4_issue_zeroout() 420 (loff_t)lblk << inode->i_blkbits, in ext4_issue_zeroout() 1807 static int ext4_clu_alloc_state(struct inode *inode, ext4_lblk_t lblk) in ext4_clu_alloc_state() argument 1813 if (ext4_es_scan_clu(inode, &ext4_es_is_delayed, lblk)) in ext4_clu_alloc_state() 1817 if (ext4_es_scan_clu(inode, &ext4_es_is_mapped, lblk)) in ext4_clu_alloc_state() 1819 ret = ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); in ext4_clu_alloc_state() 1840 static int ext4_insert_delayed_blocks(struct inode *inode, ext4_lblk_t lblk, in ext4_insert_delayed_blocks() argument 1848 ext4_lblk_t end = lblk + len - 1; in ext4_insert_delayed_blocks() 1866 resv_clu = EXT4_B2C(sbi, end) - EXT4_B2C(sbi, lblk) + 1; in ext4_insert_delayed_blocks() [all …]
|
| H A D | ext4.h | 370 #define EXT4_LBLK_TO_B(inode, lblk) ((loff_t)(lblk) << (inode)->i_blkbits) argument 373 #define EXT4_LBLK_TO_PG(inode, lblk) (EXT4_LBLK_TO_B((inode), (lblk)) >> \ argument 388 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \ argument 391 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ argument 396 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \ argument 3097 ext4_lblk_t lblk, ext4_fsblk_t pblk, 3224 extern int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk,
|
| H A D | ext4_extents.h | 124 ext4_lblk_t lblk; /* logical block number within logical cluster */ member
|
| H A D | fast_commit.c | 847 ext4_lblk_t lblk; member 931 lrange.fc_lblk = cpu_to_le32(range->lblk); in ext4_fc_write_inode_data() 941 ex->ee_block = cpu_to_le32(range->lblk); in ext4_fc_write_inode_data() 1051 range->lblk = cur_lblk; in ext4_fc_snapshot_inode_data() 2090 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions() argument 2118 region->lblk = lblk; in ext4_fc_record_regions()
|
| /linux/fs/udf/ |
| H A D | inode.c | 344 sector_t lblk; member 367 ret = inode_bmap(inode, map->lblk, &epos, &eloc, &elen, &offset, in udf_map_block() 389 if (((loff_t)map->lblk) << inode->i_blkbits >= iinfo->i_lenExtents) in udf_map_block() 407 .lblk = 0, in udf_expand_file_adinicb() 472 .lblk = block, in __udf_get_block() 754 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk() 902 if (iinfo->i_next_alloc_block == map->lblk) in inode_getblk() 944 iinfo->i_next_alloc_block = map->lblk + 1; in inode_getblk() 1250 .lblk = block, in udf_bread()
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 846 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks); 863 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks() argument
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 2204 __field(xfs_fileoff_t, lblk) 2213 __entry->lblk = irec->br_startoff; 2222 __entry->lblk, 2811 __field(xfs_fileoff_t, lblk) 2820 __entry->lblk = irec->br_startoff; 2829 __entry->lblk,
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 4053 __field(xfs_fileoff_t, lblk) 4061 __entry->lblk = irec->br_startoff; 4069 __entry->lblk,
|