Home
last modified time | relevance | path

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

/linux/fs/
A Dstat.c732 inode->i_bytes += bytes; in __inode_add_bytes()
733 if (inode->i_bytes >= 512) { in __inode_add_bytes()
735 inode->i_bytes -= 512; in __inode_add_bytes()
753 if (inode->i_bytes < bytes) { in __inode_sub_bytes()
755 inode->i_bytes += 512; in __inode_sub_bytes()
757 inode->i_bytes -= bytes; in __inode_sub_bytes()
788 inode->i_bytes = bytes & 511; in inode_set_bytes()
A Dinode.c155 inode->i_bytes = 0; in inode_init_always()
/linux/fs/ext4/
A Dioctl.c198 size = (qsize_t)(inode->i_blocks) * (1 << 9) + inode->i_bytes; in swap_inode_boot_loader()
199 size_bl = (qsize_t)(inode_bl->i_blocks) * (1 << 9) + inode_bl->i_bytes; in swap_inode_boot_loader()
225 bytes = inode_bl->i_bytes; in swap_inode_boot_loader()
227 inode_bl->i_bytes = inode->i_bytes; in swap_inode_boot_loader()
247 inode_bl->i_bytes = bytes; in swap_inode_boot_loader()
/linux/include/net/
A Droute.h95 __u32 i_bytes; member
/linux/net/ipv4/
A Dip_input.c367 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
A Droute.c323 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
/linux/fs/orangefs/
A Dorangefs-utils.c322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
/linux/include/linux/
A Dfs.h659 unsigned short i_bytes; member
3337 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
/linux/fs/reiserfs/
A Dinode.c2000 inode->i_bytes = 0; in reiserfs_new_inode()

Completed in 39 milliseconds