Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Ddata.c1787 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes() function
1817 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1849 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap()
1931 len = blks_to_bytes(inode, 1); in f2fs_fiemap()
1956 if (blks_to_bytes(inode, start_blk) < blks_to_bytes(inode, in f2fs_fiemap()
1994 size += blks_to_bytes(inode, appended_blks); in f2fs_fiemap()
1998 logical = blks_to_bytes(inode, start_blk); in f2fs_fiemap()
2000 blks_to_bytes(inode, map.m_pblk) : 0; in f2fs_fiemap()
2001 size = blks_to_bytes(inode, map.m_len); in f2fs_fiemap()
2009 size += blks_to_bytes(inode, 1); in f2fs_fiemap()
[all …]