Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dstat.c705 inode->i_bytes += bytes; in __inode_add_bytes()
706 if (inode->i_bytes >= 512) { in __inode_add_bytes()
708 inode->i_bytes -= 512; in __inode_add_bytes()
726 if (inode->i_bytes < bytes) { in __inode_sub_bytes()
728 inode->i_bytes += 512; in __inode_sub_bytes()
730 inode->i_bytes -= bytes; in __inode_sub_bytes()
761 inode->i_bytes = bytes & 511; in inode_set_bytes()
H A Dinode.c155 inode->i_bytes = 0; in inode_init_always()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c194 size = (qsize_t)(inode->i_blocks) * (1 << 9) + inode->i_bytes; in swap_inode_boot_loader()
195 size_bl = (qsize_t)(inode_bl->i_blocks) * (1 << 9) + inode_bl->i_bytes; in swap_inode_boot_loader()
221 bytes = inode_bl->i_bytes; in swap_inode_boot_loader()
223 inode_bl->i_bytes = inode->i_bytes; in swap_inode_boot_loader()
243 inode_bl->i_bytes = bytes; in swap_inode_boot_loader()
/OK3568_Linux_fs/kernel/include/net/
H A Droute.h95 __u32 i_bytes; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_input.c373 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
H A Droute.c354 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h203 unsigned short i_bytes; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h666 unsigned short i_bytes; member
3188 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c2000 inode->i_bytes = 0; in reiserfs_new_inode()