Searched refs:i_bytes (Results 1 – 8 of 8) sorted by relevance
451 inode->i_bytes += bytes; in __inode_add_bytes()452 if (inode->i_bytes >= 512) { in __inode_add_bytes()454 inode->i_bytes -= 512; in __inode_add_bytes()471 if (inode->i_bytes < bytes) { in __inode_sub_bytes()473 inode->i_bytes += 512; in __inode_sub_bytes()475 inode->i_bytes -= bytes; in __inode_sub_bytes()494 ret = (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in inode_get_bytes()506 inode->i_bytes = bytes & 511; in inode_set_bytes()
148 inode->i_bytes = 0; in inode_init_always()
69 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()
352 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
95 __u32 i_bytes; member
623 unsigned short i_bytes; member
2010 inode->i_bytes = 0; in reiserfs_new_inode()