Home
last modified time | relevance | path

Searched refs:i_bytes (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/
H A Dstat.c801 inode->i_bytes += bytes; in __inode_add_bytes()
802 if (inode->i_bytes >= 512) { in __inode_add_bytes()
804 inode->i_bytes -= 512; in __inode_add_bytes()
822 if (inode->i_bytes < bytes) { in __inode_sub_bytes()
824 inode->i_bytes += 512; in __inode_sub_bytes()
826 inode->i_bytes -= bytes; in __inode_sub_bytes()
857 inode->i_bytes = bytes & 511; in inode_set_bytes()
H A Dinode.c180 inode->i_bytes = 0; in inode_init_always()
/openbmc/linux/fs/ext4/
H A Dioctl.c447 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()
/openbmc/linux/include/net/
H A Droute.h103 __u32 i_bytes; member
/openbmc/linux/net/ipv4/
H A Dip_input.c383 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
H A Droute.c325 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
/openbmc/linux/fs/orangefs/
H A Dorangefs-utils.c322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h202 unsigned short i_bytes; member
/openbmc/linux/include/linux/
H A Dfs.h680 unsigned short i_bytes; member
3087 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
/openbmc/linux/fs/reiserfs/
H A Dinode.c1990 inode->i_bytes = 0; in reiserfs_new_inode()