Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dextents_status.c212 ext4_lblk_t lblk) in __es_tree_search()
259 ext4_lblk_t lblk, ext4_lblk_t end, in __es_find_extent_range()
310 ext4_lblk_t lblk, ext4_lblk_t end, in ext4_es_find_extent_range()
364 ext4_lblk_t lblk, ext4_lblk_t end) in ext4_es_scan_range()
394 ext4_lblk_t lblk) in __es_scan_clu()
410 ext4_lblk_t lblk) in ext4_es_scan_clu()
489 ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk) in ext4_es_init_extent()
962 void ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_cache_extent()
998 int ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_lookup_extent()
1090 static void init_rsvd(struct inode *inode, ext4_lblk_t lblk, in init_rsvd()
[all …]
H A Dextents.c333 struct ext4_ext_path *path, ext4_lblk_t lblk, in ext4_force_split_extent_at()
393 ext4_lblk_t lblk, ext4_fsblk_t *pblk, in ext4_valid_extent_entries()
460 int depth, ext4_fsblk_t pblk, ext4_lblk_t lblk) in __ext4_ext_check()
536 ext4_lblk_t lblk = le32_to_cpu(ex->ee_block); in ext4_cache_extents() local
2262 ext4_lblk_t *lblk) in ext4_ext_find_hole()
2440 static void ext4_rereserve_cluster(struct inode *inode, ext4_lblk_t lblk) in ext4_rereserve_cluster()
2850 ext4_lblk_t ee_block, ex_end, lblk; in ext4_ext_remove_space() local
4111 ext4_lblk_t lblk) in ext4_ext_determine_insert_hole()
H A Dinode.c404 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout()
1654 static int ext4_clu_alloc_state(struct inode *inode, ext4_lblk_t lblk) in ext4_clu_alloc_state()
1687 static int ext4_insert_delayed_blocks(struct inode *inode, ext4_lblk_t lblk, in ext4_insert_delayed_blocks()
1967 static bool mpage_add_bh_to_extent(struct mpage_da_data *mpd, ext4_lblk_t lblk, in mpage_add_bh_to_extent()
2024 ext4_lblk_t lblk) in mpage_process_page_bufs()
2084 ext4_lblk_t lblk = *m_lblk; in mpage_process_folio() local
2155 ext4_lblk_t lblk; in mpage_map_and_submit_buffers() local
2433 ext4_lblk_t lblk; in mpage_prepare_extent_to_map() local
H A Dext4_extents.h131 ext4_lblk_t lblk; /* logical block number within logical cluster */ member
H A Dfast_commit.h137 ext4_lblk_t lblk; member
H A Dfast_commit.c1687 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions()
H A Dext4.h386 #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
/linux-6.15/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-6.15/fs/crypto/
H A Dbio.c49 pgoff_t lblk, sector_t pblk, in fscrypt_zeroout_range_inline_crypt()
111 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
H A Dinline_crypt.c461 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks) in fscrypt_limit_io_blocks()
/linux-6.15/include/linux/
H A Dfscrypt.h723 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
885 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks()
/linux-6.15/fs/udf/
H A Dinode.c399 sector_t lblk; member