Searched refs:blks_to_bytes (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 1747 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes() function 1770 bh->b_size = blks_to_bytes(inode, map.m_len); in __get_data_block() 1818 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap() 1850 phys = blks_to_bytes(inode, ni.blk_addr); in f2fs_xattr_fiemap() 1932 len = blks_to_bytes(inode, 1); in f2fs_fiemap() 1957 if (blks_to_bytes(inode, start_blk) < blks_to_bytes(inode, in f2fs_fiemap() 1995 size += blks_to_bytes(inode, appended_blks); in f2fs_fiemap() 1999 logical = blks_to_bytes(inode, start_blk); in f2fs_fiemap() 2001 blks_to_bytes(inode, map.m_pblk) : 0; in f2fs_fiemap() 2002 size = blks_to_bytes(inode, map.m_len); in f2fs_fiemap() [all …]
|