Searched refs:next_lblk (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/crypto/
H A Dinline_crypt.c332 * @next_lblk: the next file logical block number in the I/O
350 u64 next_lblk)
368 fscrypt_generate_dun(inode->i_crypt_info, next_lblk, next_dun);
387 u64 next_lblk; local
389 if (!bh_get_inode_and_lblk_num(next_bh, &inode, &next_lblk))
392 return fscrypt_mergeable_bio(bio, inode, next_lblk);
349 fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, u64 next_lblk) argument
/linux-master/fs/ext4/
H A Dextents_status.h143 ext4_lblk_t *next_lblk,
H A Dextents_status.c981 ext4_lblk_t *next_lblk,
1032 if (next_lblk) {
1037 *next_lblk = es1->es_lblk;
1039 *next_lblk = 0;
980 ext4_es_lookup_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t *next_lblk, struct extent_status *es) argument
H A Dextents.c3497 ext4_lblk_t next_lblk; local
3502 next_lblk = le32_to_cpu(abut_ex->ee_block);
3517 ((map->m_lblk + map_len) == next_lblk) && /*C2*/
3528 abut_ex->ee_block = cpu_to_le32(next_lblk - map_len);
/linux-master/include/linux/
H A Dfscrypt.h845 u64 next_lblk);
872 u64 next_lblk)
870 fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, u64 next_lblk) argument

Completed in 718 milliseconds