Home
last modified time | relevance | path

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

/openbmc/linux/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()
946 void ext4_es_cache_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_cache_extent()
982 int ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, in ext4_es_lookup_extent()
1074 static void init_rsvd(struct inode *inode, ext4_lblk_t lblk, in init_rsvd()
[all …]
H A Dextents.c328 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at()
389 ext4_lblk_t lblk, ext4_fsblk_t *pblk, in ext4_valid_extent_entries()
456 int depth, ext4_fsblk_t pblk, ext4_lblk_t lblk) in __ext4_ext_check()
532 ext4_lblk_t lblk = le32_to_cpu(ex->ee_block); in ext4_cache_extents() local
2250 ext4_lblk_t *lblk) in ext4_ext_find_hole()
2418 static void ext4_rereserve_cluster(struct inode *inode, ext4_lblk_t lblk) in ext4_rereserve_cluster()
2828 ext4_lblk_t ee_block, ex_end, lblk; in ext4_ext_remove_space() local
4072 ext4_lblk_t lblk) in ext4_ext_determine_insert_hole()
4392 ext4_lblk_t lblk, len; in ext4_ext_map_blocks() local
4567 ext4_lblk_t lblk; in ext4_zero_range() local
[all …]
H A Dinode.c395 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout()
1663 static int ext4_insert_delayed_block(struct inode *inode, ext4_lblk_t lblk) in ext4_insert_delayed_block()
1927 static bool mpage_add_bh_to_extent(struct mpage_da_data *mpd, ext4_lblk_t lblk, in mpage_add_bh_to_extent()
1984 ext4_lblk_t lblk) in mpage_process_page_bufs()
2044 ext4_lblk_t lblk = *m_lblk; in mpage_process_folio() local
2115 ext4_lblk_t lblk; in mpage_map_and_submit_buffers() local
2400 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.h138 ext4_lblk_t lblk; member
H A Dfast_commit.c1708 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions()
H A Dext4.h376 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \ argument
379 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ argument
384 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \ argument
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c270 xfs_dablk_t lblk, in xchk_directory_check_free_entry()
295 xfs_dablk_t lblk, in xchk_directory_data_bestfree()
432 xfs_dablk_t lblk, in xchk_directory_check_freesp()
453 xfs_dablk_t lblk) in xchk_directory_leaf1_bestfree()
567 xfs_dablk_t lblk) in xchk_directory_free_bestfree()
631 xfs_fileoff_t lblk; in xchk_directory_blocks() local
/openbmc/linux/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.c457 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks) in fscrypt_limit_io_blocks()
/openbmc/linux/include/linux/
H A Dfscrypt.h661 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range()
823 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks()
/openbmc/linux/fs/udf/
H A Dinode.c403 sector_t lblk; member