| /linux-6.15/fs/xfs/scrub/ |
| H A D | dir.c | 439 xfs_dablk_t lblk, in xchk_directory_check_free_entry() argument 464 xfs_dablk_t lblk, in xchk_directory_data_bestfree() argument 547 lblk); in xchk_directory_data_bestfree() 602 xfs_dablk_t lblk, in xchk_directory_check_freesp() argument 623 xfs_dablk_t lblk) in xchk_directory_leaf1_bestfree() argument 712 lblk); in xchk_directory_leaf1_bestfree() 736 xfs_dablk_t lblk) in xchk_directory_free_bestfree() argument 801 xfs_fileoff_t lblk; in xchk_directory_blocks() local 879 lblk = free_lblk; in xchk_directory_blocks() 886 lblk = got.br_startoff; in xchk_directory_blocks() [all …]
|
| H A D | trace.h | 2167 __field(xfs_fileoff_t, lblk) 2176 __entry->lblk = irec->br_startoff; 2185 __entry->lblk, 2809 __field(xfs_fileoff_t, lblk) 2818 __entry->lblk = irec->br_startoff; 2827 __entry->lblk,
|
| /linux-6.15/fs/ext4/ |
| H A D | extents_status.c | 267 WARN_ON(end < lblk); in __es_find_extent_range() 394 ext4_lblk_t lblk) in __es_scan_clu() argument 491 es->es_lblk = lblk; in ext4_es_init_extent() 872 BUG_ON(end < lblk); in ext4_es_insert_extent() 875 newes.es_lblk = lblk; in ext4_es_insert_extent() 981 BUG_ON(end < lblk); in ext4_es_cache_extent() 1149 i = (lblk < es->es_lblk) ? es->es_lblk : lblk; in count_rsvd() 1414 len1 = lblk > es->es_lblk ? lblk - es->es_lblk : 0; in __es_remove_extent() 1530 BUG_ON(end < lblk); in ext4_es_remove_extent() 2225 if (first != lblk) in __revise_pending() [all …]
|
| H A D | extents_status.h | 136 extern void ext4_es_insert_extent(struct inode *inode, ext4_lblk_t lblk, 140 extern void ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, 143 extern void ext4_es_remove_extent(struct inode *inode, ext4_lblk_t lblk, 147 ext4_lblk_t lblk, ext4_lblk_t end, 149 extern int ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, 154 ext4_lblk_t lblk, ext4_lblk_t end); 157 ext4_lblk_t lblk); 247 extern void ext4_remove_pending(struct inode *inode, ext4_lblk_t lblk); 248 extern bool ext4_is_pending(struct inode *inode, ext4_lblk_t lblk); 249 extern void ext4_es_insert_delayed_extent(struct inode *inode, ext4_lblk_t lblk,
|
| H A D | fast_commit.h | 137 ext4_lblk_t lblk; member 157 #define region_last(__region) (((__region)->lblk) + ((__region)->len) - 1)
|
| H A D | extents.c | 547 prev = lblk + len; in ext4_cache_extents() 2271 *lblk = 0; in ext4_ext_find_hole() 2281 BUG_ON(next == *lblk); in ext4_ext_find_hole() 2282 len = next - *lblk; in ext4_ext_find_hole() 2566 partial->lblk = from; in ext4_remove_blocks() 2826 partial.lblk = 0; in ext4_ext_remove_space() 2919 lblk = ex_end + 1; in ext4_ext_remove_space() 4111 ext4_lblk_t lblk) in ext4_ext_determine_insert_hole() argument 4116 hole_start = lblk; in ext4_ext_determine_insert_hole() 4134 hole_start = lblk; in ext4_ext_determine_insert_hole() [all …]
|
| H A D | inode.c | 1986 map->m_lblk = lblk; in mpage_add_bh_to_extent() 2024 ext4_lblk_t lblk) in mpage_process_page_bufs() argument 2037 if (lblk >= blocks || !mpage_add_bh_to_extent(mpd, lblk, bh)) { in mpage_process_page_bufs() 2055 if (lblk >= blocks) { in mpage_process_page_bufs() 2084 ext4_lblk_t lblk = *m_lblk; in mpage_process_folio() local 2093 if (lblk < mpd->map.m_lblk) in mpage_process_folio() 2129 *m_lblk = lblk; in mpage_process_folio() 2155 ext4_lblk_t lblk; in mpage_map_and_submit_buffers() local 2162 lblk = start << bpp_bits; in mpage_map_and_submit_buffers() 2433 ext4_lblk_t lblk; in mpage_prepare_extent_to_map() local [all …]
|
| H A D | ext4_extents.h | 131 ext4_lblk_t lblk; /* logical block number within logical cluster */ member
|
| H A D | ext4.h | 386 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \ argument 389 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ argument 394 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \ argument 2934 ext4_lblk_t lblk, ext4_fsblk_t pblk, 3050 extern int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk,
|
| H A D | fast_commit.c | 1687 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions() argument 1715 region->lblk = lblk; in ext4_fc_record_regions()
|
| /linux-6.15/fs/crypto/ |
| H A D | bio.c | 49 pgoff_t lblk, sector_t pblk, in fscrypt_zeroout_range_inline_crypt() argument 67 fscrypt_set_bio_crypt_ctx(bio, inode, lblk, GFP_NOFS); in fscrypt_zeroout_range_inline_crypt() 78 lblk += blocks_this_page; in fscrypt_zeroout_range_inline_crypt() 81 !fscrypt_mergeable_bio(bio, inode, lblk)) { in fscrypt_zeroout_range_inline_crypt() 111 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() argument 119 u64 du_index = (u64)lblk << (inode->i_blkbits - du_bits); in fscrypt_zeroout_range() 133 return fscrypt_zeroout_range_inline_crypt(inode, lblk, pblk, in fscrypt_zeroout_range()
|
| H A D | inline_crypt.c | 461 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks) in fscrypt_limit_io_blocks() argument 479 dun = ci->ci_hashed_ino + lblk; in fscrypt_limit_io_blocks()
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 522 __field( __u64, lblk ) 1634 __entry->lblk = lblk; 1725 __entry->lblk = lblk; 1973 __entry->lblk = lblk; 2218 TP_ARGS(inode, lblk, len), 2223 __field( loff_t, lblk ) 2230 __entry->lblk = lblk; 2243 TP_ARGS(inode, lblk), 2254 __entry->lblk = lblk; 2295 TP_ARGS(inode, lblk), [all …]
|
| /linux-6.15/include/linux/ |
| H A D | fscrypt.h | 418 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, 723 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() argument 849 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks); 885 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks() argument
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 399 sector_t lblk; member 422 ret = inode_bmap(inode, map->lblk, &epos, &eloc, &elen, &offset, in udf_map_block() 444 if (((loff_t)map->lblk) << inode->i_blkbits >= iinfo->i_lenExtents) in udf_map_block() 457 .lblk = block, in __udf_get_block() 739 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk() 887 if (iinfo->i_next_alloc_block == map->lblk) in inode_getblk() 930 iinfo->i_next_alloc_block = map->lblk + 1; in inode_getblk() 1239 .lblk = block, in udf_bread()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 3937 __field(xfs_fileoff_t, lblk) 3945 __entry->lblk = irec->br_startoff; 3953 __entry->lblk,
|