Searched refs:i_bytes (Results 1 – 4 of 4) sorted by relevance
464 unsigned short i_bytes; member530 inode->i_bytes += bytes; in inode_add_bytes()531 if (inode->i_bytes >= 512) { in inode_add_bytes()533 inode->i_bytes -= 512; in inode_add_bytes()541 if (inode->i_bytes < bytes) { in inode_sub_bytes()543 inode->i_bytes += 512; in inode_sub_bytes()545 inode->i_bytes -= bytes; in inode_sub_bytes()550 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in inode_get_bytes()556 inode->i_bytes = bytes & 511; in inode_set_bytes()
97 __u32 i_bytes; member
324 st[(idx>>16)&0xFF].i_bytes+=skb->len; in ip_rcv_finish()
111 inode->i_bytes = 0; in alloc_inode()