Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddata.c1800 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes() function
1830 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1862 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1925 len = blks_to_bytes(inode, 1); in f2fs_fiemap()
1950 if (blks_to_bytes(inode, start_blk) < maxbytes) in f2fs_fiemap()
1987 size += blks_to_bytes(inode, appended_blks); in f2fs_fiemap()
1991 logical = blks_to_bytes(inode, start_blk); in f2fs_fiemap()
1993 blks_to_bytes(inode, map.m_pblk) : 0; in f2fs_fiemap()
1994 size = blks_to_bytes(inode, map.m_len); in f2fs_fiemap()
2002 size += blks_to_bytes(inode, 1); in f2fs_fiemap()
[all …]