Searched refs:i_bytes (Results 1 – 9 of 9) sorted by relevance
676 inode->i_bytes += bytes; in __inode_add_bytes()677 if (inode->i_bytes >= 512) { in __inode_add_bytes()679 inode->i_bytes -= 512; in __inode_add_bytes()697 if (inode->i_bytes < bytes) { in __inode_sub_bytes()699 inode->i_bytes += 512; in __inode_sub_bytes()701 inode->i_bytes -= bytes; in __inode_sub_bytes()732 inode->i_bytes = bytes & 511; in inode_set_bytes()
152 inode->i_bytes = 0; in inode_init_always()
93 __u32 i_bytes; member
354 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
354 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
73 swap(inode1->i_bytes, inode2->i_bytes); in swap_inode_data()
339 inode->i_bytes = inode_size; in orangefs_inode_getattr()
623 unsigned short i_bytes; member3098 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
2006 inode->i_bytes = 0; in reiserfs_new_inode()