Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents_status.c243 ext4_lblk_t lblk) in __es_tree_search()
290 ext4_lblk_t lblk, ext4_lblk_t end, in __es_find_extent_range()
341 ext4_lblk_t lblk, ext4_lblk_t end, in ext4_es_find_extent_range()
395 ext4_lblk_t lblk, ext4_lblk_t end) in ext4_es_scan_range()
425 ext4_lblk_t lblk) in __es_scan_clu()
441 ext4_lblk_t lblk) in ext4_es_scan_clu()
520 ext4_lblk_t lblk, ext4_lblk_t len, ext4_fsblk_t pblk) in ext4_es_init_extent()
880 void ext4_es_insert_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_insert_extent()
993 void ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_cache_extent()
1029 int ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_lookup_extent()
[all …]
H A Dinode.c399 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout()
1794 static int ext4_clu_alloc_state(struct inode *inode, ext4_lblk_t lblk) in ext4_clu_alloc_state()
1827 static int ext4_insert_delayed_blocks(struct inode *inode, ext4_lblk_t lblk, in ext4_insert_delayed_blocks()
2108 static bool mpage_add_bh_to_extent(struct mpage_da_data *mpd, ext4_lblk_t lblk, in mpage_add_bh_to_extent()
2165 ext4_lblk_t lblk) in mpage_process_page_bufs()
2225 ext4_lblk_t lblk = *m_lblk; in mpage_process_folio() local
2296 ext4_lblk_t lblk; in mpage_map_and_submit_buffers() local
2617 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 Dfast_commit.h137 ext4_lblk_t lblk; member
H A Dfast_commit.c1715 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions()
H A Dext4.h381 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \ argument
384 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ argument
389 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \ argument
/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/crypto/
H A Dbio.c51 pgoff_t lblk, sector_t pblk, in fscrypt_zeroout_range_inline_crypt()
113 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
H A Dinline_crypt.c494 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.h724 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
886 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks()
/linux/fs/udf/
H A Dinode.c406 sector_t lblk; member