Home
last modified time | relevance | path

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

/linux/fs/
H A Dstat.c921 inode->i_bytes += bytes; in __inode_add_bytes()
922 if (inode->i_bytes >= 512) { in __inode_add_bytes()
924 inode->i_bytes -= 512; in __inode_add_bytes()
942 if (inode->i_bytes < bytes) { in __inode_sub_bytes()
944 inode->i_bytes += 512; in __inode_sub_bytes()
946 inode->i_bytes -= bytes; in __inode_sub_bytes()
977 inode->i_bytes = bytes & 511; in inode_set_bytes()
H A Dinode.c254 inode->i_bytes = 0; in inode_init_always_gfp()
/linux/fs/orangefs/
H A Dorangefs-utils.c322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
/linux/include/linux/
H A Dfs.h807 unsigned short i_bytes; member
3141 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
/linux/net/ipv4/
H A Droute.c327 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()