Searched refs:i_bytes (Results 1 – 8 of 8) sorted by relevance
453 inode->i_bytes += bytes; in __inode_add_bytes()454 if (inode->i_bytes >= 512) { in __inode_add_bytes()456 inode->i_bytes -= 512; in __inode_add_bytes()473 if (inode->i_bytes < bytes) { in __inode_sub_bytes()475 inode->i_bytes += 512; in __inode_sub_bytes()477 inode->i_bytes -= bytes; in __inode_sub_bytes()496 ret = (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in inode_get_bytes()508 inode->i_bytes = bytes & 511; in inode_set_bytes()
150 inode->i_bytes = 0; in inode_init_always()
72 memswap(&inode1->i_bytes, &inode2->i_bytes, sizeof(inode1->i_bytes)); in swap_inode_data()
352 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish()
348 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
91 __u32 i_bytes; member
622 unsigned short i_bytes; member
2010 inode->i_bytes = 0; in reiserfs_new_inode()