Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Ddata.c1734 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes() function
1757 bh->b_size = blks_to_bytes(inode, map.m_len); in __get_data_block()
1805 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1837 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1919 len = blks_to_bytes(inode, 1); in f2fs_fiemap()
1944 if (blks_to_bytes(inode, start_blk) < blks_to_bytes(inode, in f2fs_fiemap()
1982 size += blks_to_bytes(inode, appended_blks); in f2fs_fiemap()
1986 logical = blks_to_bytes(inode, start_blk); in f2fs_fiemap()
1988 blks_to_bytes(inode, map.m_pblk) : 0; in f2fs_fiemap()
1989 size = blks_to_bytes(inode, map.m_len); in f2fs_fiemap()
[all …]