Searched refs:i_bytes (Results 1 – 9 of 9) sorted by relevance
797 inode->i_bytes += bytes; in __inode_add_bytes()798 if (inode->i_bytes >= 512) { in __inode_add_bytes()800 inode->i_bytes -= 512; in __inode_add_bytes()818 if (inode->i_bytes < bytes) { in __inode_sub_bytes()820 inode->i_bytes += 512; in __inode_sub_bytes()822 inode->i_bytes -= bytes; in __inode_sub_bytes()853 inode->i_bytes = bytes & 511; in inode_set_bytes()
180 inode->i_bytes = 0; in inode_init_always()
447 size = (qsize_t)(inode->i_blocks) * (1 << 9) + inode->i_bytes; in swap_inode_boot_loader()448 size_bl = (qsize_t)(inode_bl->i_blocks) * (1 << 9) + inode_bl->i_bytes; in swap_inode_boot_loader()476 bytes = inode_bl->i_bytes; in swap_inode_boot_loader()478 inode_bl->i_bytes = inode->i_bytes; in swap_inode_boot_loader()498 inode_bl->i_bytes = bytes; in swap_inode_boot_loader()
103 __u32 i_bytes; member
383 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
324 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
678 unsigned short i_bytes; member3026 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
1990 inode->i_bytes = 0; in reiserfs_new_inode()