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

/linux-4.1.27/fs/
H A Dstat.c453 inode->i_bytes += bytes; __inode_add_bytes()
454 if (inode->i_bytes >= 512) { __inode_add_bytes()
456 inode->i_bytes -= 512; __inode_add_bytes()
473 if (inode->i_bytes < bytes) { __inode_sub_bytes()
475 inode->i_bytes += 512; __inode_sub_bytes()
477 inode->i_bytes -= bytes; __inode_sub_bytes()
496 ret = (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; inode_get_bytes()
508 inode->i_bytes = bytes & 511; inode_set_bytes()
H A Dinode.c150 inode->i_bytes = 0; inode_init_always()
/linux-4.1.27/fs/ext4/
H A Dioctl.c72 memswap(&inode1->i_bytes, &inode2->i_bytes, sizeof(inode1->i_bytes)); swap_inode_data()
/linux-4.1.27/fs/xfs/
H A Dxfs_inode_item.c207 * Round i_bytes up to a word boundary. xfs_inode_item_format_data_fork()
302 * Round i_bytes up to a word boundary. xfs_inode_item_format_attr_fork()
/linux-4.1.27/include/net/
H A Droute.h91 __u32 i_bytes; member in struct:ip_rt_acct
/linux-4.1.27/net/ipv4/
H A Dip_input.c352 st[(idx>>16)&0xFF].i_bytes += skb->len; ip_rcv_finish()
H A Droute.c348 dst[j].i_bytes += src[j].i_bytes; for_each_possible_cpu()
/linux-4.1.27/fs/quota/
H A Ddquot.c87 * also guards consistency of dquot->dq_dqb with inode->i_blocks, i_bytes.
88 * i_blocks and i_bytes updates itself are guarded by i_lock acquired directly
1534 * i_lock similar to i_blocks+i_bytes.
1608 * This functions updates i_blocks+i_bytes fields and quota information
/linux-4.1.27/include/linux/
H A Dfs.h621 spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */
622 unsigned short i_bytes; member in struct:inode
/linux-4.1.27/fs/reiserfs/
H A Dinode.c2010 inode->i_bytes = 0; reiserfs_new_inode()

Completed in 320 milliseconds