Home
last modified time | relevance | path

Searched refs:lblk (Results 1 – 8 of 8) sorted by relevance

/linux/fs/crypto/
H A Dbio.c51 pgoff_t lblk, sector_t pblk, in fscrypt_zeroout_range_inline_crypt() argument
69 fscrypt_set_bio_crypt_ctx(bio, inode, lblk, GFP_NOFS); in fscrypt_zeroout_range_inline_crypt()
80 lblk += blocks_this_page; in fscrypt_zeroout_range_inline_crypt()
83 !fscrypt_mergeable_bio(bio, inode, lblk)) { in fscrypt_zeroout_range_inline_crypt()
113 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() argument
121 u64 du_index = (u64)lblk << (inode->i_blkbits - du_bits); in fscrypt_zeroout_range()
135 return fscrypt_zeroout_range_inline_crypt(inode, lblk, pblk, in fscrypt_zeroout_range()
H A Dinline_crypt.c495 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks) in fscrypt_limit_io_blocks() argument
513 dun = ci->ci_hashed_ino + lblk; in fscrypt_limit_io_blocks()
/linux/fs/ext4/
H A Dfast_commit.h137 ext4_lblk_t lblk; member
157 #define region_last(__region) (((__region)->lblk) + ((__region)->len) - 1)
H A Dinode.c398 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout() argument
404 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()
1799 static int ext4_clu_alloc_state(struct inode *inode, ext4_lblk_t lblk) in ext4_clu_alloc_state() argument
1805 if (ext4_es_scan_clu(inode, &ext4_es_is_delayed, lblk)) in ext4_clu_alloc_state()
1809 if (ext4_es_scan_clu(inode, &ext4_es_is_mapped, lblk)) in ext4_clu_alloc_state()
1811 ret = ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); in ext4_clu_alloc_state()
1832 static int ext4_insert_delayed_blocks(struct inode *inode, ext4_lblk_t lblk, in ext4_insert_delayed_blocks() argument
1840 ext4_lblk_t end = lblk + len - 1; in ext4_insert_delayed_blocks()
1858 resv_clu = EXT4_B2C(sbi, end) - EXT4_B2C(sbi, lblk) + 1; in ext4_insert_delayed_blocks()
1860 ret = ext4_clu_alloc_state(inode, lblk); in ext4_insert_delayed_blocks()
[all …]
H A Dfast_commit.c1715 ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) in ext4_fc_record_regions() argument
1743 region->lblk = lblk; in ext4_fc_record_regions()
/linux/include/linux/
H A Dfscrypt.h453 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk,
758 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() argument
884 u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, u64 nr_blocks);
920 static inline u64 fscrypt_limit_io_blocks(const struct inode *inode, u64 lblk, in fscrypt_limit_io_blocks() argument
/linux/fs/udf/
H A Dinode.c406 sector_t lblk; member
429 ret = inode_bmap(inode, map->lblk, &epos, &eloc, &elen, &offset, in udf_map_block()
451 if (((loff_t)map->lblk) << inode->i_blkbits >= iinfo->i_lenExtents) in udf_map_block()
464 .lblk = block, in __udf_get_block()
746 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk()
894 if (iinfo->i_next_alloc_block == map->lblk) in inode_getblk()
937 iinfo->i_next_alloc_block = map->lblk + 1; in inode_getblk()
1246 .lblk = block, in udf_bread()
/linux/fs/xfs/scrub/
H A Dtrace.h2212 __field(xfs_fileoff_t, lblk)
2221 __entry->lblk = irec->br_startoff;
2230 __entry->lblk,
2854 __field(xfs_fileoff_t, lblk)
2863 __entry->lblk = irec->br_startoff;
2872 __entry->lblk,