Home
last modified time | relevance | path

Searched defs:lblk (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/scrub/
H A Ddir.c439 xfs_dablk_t lblk, in xchk_directory_check_free_entry()
464 xfs_dablk_t lblk, in xchk_directory_data_bestfree()
602 xfs_dablk_t lblk, in xchk_directory_check_freesp()
623 xfs_dablk_t lblk) in xchk_directory_leaf1_bestfree()
736 xfs_dablk_t lblk) in xchk_directory_free_bestfree()
801 xfs_fileoff_t lblk; in xchk_directory_blocks() local
/linux/fs/ext4/
H A Dextents.c333 struct ext4_ext_path *path, ext4_lblk_t lblk, in ext4_force_split_extent_at()
390 ext4_lblk_t lblk, ext4_fsblk_t *pblk, in ext4_valid_extent_entries()
457 int depth, ext4_fsblk_t pblk, ext4_lblk_t lblk) in __ext4_ext_check()
535 ext4_lblk_t lblk = le32_to_cpu(ex->ee_block); in ext4_cache_extents() local
2282 ext4_lblk_t *lblk) in ext4_ext_find_hole()
2462 static void ext4_rereserve_cluster(struct inode *inode, ext4_lblk_t lblk) in ext4_rereserve_cluster()
2873 ext4_lblk_t ee_block, ex_end, lblk; in ext4_ext_remove_space() local
3313 uint64_t lblk, pblk, len; in ext4_split_extent_zeroout() local
4193 ext4_lblk_t lblk) in ext4_ext_determine_insert_hole()
H A Dinode.c410 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout()
1802 static int ext4_clu_alloc_state(struct inode *inode, ext4_lblk_t lblk) in ext4_clu_alloc_state()
1835 static int ext4_insert_delayed_blocks(struct inode *inode, ext4_lblk_t lblk, in ext4_insert_delayed_blocks()
2118 static bool mpage_add_bh_to_extent(struct mpage_da_data *mpd, ext4_lblk_t lblk, in mpage_add_bh_to_extent()
2175 ext4_lblk_t lblk) in mpage_process_page_bufs()
2235 ext4_lblk_t lblk = *m_lblk; in mpage_process_folio() local
2305 ext4_lblk_t lblk; in mpage_map_and_submit_buffers() local
2625 ext4_lblk_t lblk; in mpage_prepare_extent_to_map() local
H A Dext4_extents.h124 ext4_lblk_t lblk; /* logical block number within logical cluster */ member
H A Dextents-test.c195 static int ext4_issue_zeroout_stub(struct inode *inode, ext4_lblk_t lblk, in ext4_issue_zeroout_stub()
H A Dext4.h371 #define EXT4_LBLK_TO_B(inode, lblk) ((loff_t)(lblk) << (inode)->i_blkbits) argument
374 #define EXT4_LBLK_TO_PG(inode, lblk) (EXT4_LBLK_TO_B((inode), (lblk)) >> \ argument
389 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \ argument
392 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ argument
397 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \ argument
H A Dfast_commit.c1723 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions()
/linux/fs/crypto/
H A Dinline_crypt.c495 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks) in fscrypt_limit_io_blocks()
/linux/include/linux/
H A Dfscrypt.h758 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
920 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks()
/linux/fs/udf/
H A Dinode.c403 sector_t lblk; member