Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dstat.c893 inode->i_bytes += bytes; in __inode_add_bytes()
894 if (inode->i_bytes >= 512) { in __inode_add_bytes()
896 inode->i_bytes -= 512; in __inode_add_bytes()
914 if (inode->i_bytes < bytes) { in __inode_sub_bytes()
916 inode->i_bytes += 512; in __inode_sub_bytes()
918 inode->i_bytes -= bytes; in __inode_sub_bytes()
949 inode->i_bytes = bytes & 511; in inode_set_bytes()
Dinode.c183 inode->i_bytes = 0; in inode_init_always_gfp()
/linux-6.12.1/fs/ext4/
Dioctl.c456 size = (qsize_t)(inode->i_blocks) * (1 << 9) + inode->i_bytes; in swap_inode_boot_loader()
457 size_bl = (qsize_t)(inode_bl->i_blocks) * (1 << 9) + inode_bl->i_bytes; in swap_inode_boot_loader()
485 bytes = inode_bl->i_bytes; in swap_inode_boot_loader()
487 inode_bl->i_bytes = inode->i_bytes; in swap_inode_boot_loader()
507 inode_bl->i_bytes = bytes; in swap_inode_boot_loader()
/linux-6.12.1/include/net/
Droute.h110 __u32 i_bytes; member
/linux-6.12.1/net/ipv4/
Dip_input.c383 st[(idx>>16)&0xFF].i_bytes += skb->len; in ip_rcv_finish_core()
Droute.c322 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
/linux-6.12.1/fs/orangefs/
Dorangefs-utils.c322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
/linux-6.12.1/include/linux/
Dfs.h675 unsigned short i_bytes; member
3342 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
/linux-6.12.1/fs/reiserfs/
Dinode.c1986 inode->i_bytes = 0; in reiserfs_new_inode()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h4747 __entry->bytes = (inode->i_blocks << SECTOR_SHIFT) + inode->i_bytes;