Searched refs:i_bytes (Results 1 – 7 of 7) sorted by relevance
908 inode->i_bytes += bytes; in __inode_add_bytes()909 if (inode->i_bytes >= 512) { in __inode_add_bytes()911 inode->i_bytes -= 512; in __inode_add_bytes()929 if (inode->i_bytes < bytes) { in __inode_sub_bytes()931 inode->i_bytes += 512; in __inode_sub_bytes()933 inode->i_bytes -= bytes; in __inode_sub_bytes()964 inode->i_bytes = bytes & 511; in inode_set_bytes()
456 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()
111 __u32 i_bytes; member
322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
714 unsigned short i_bytes; member3477 return (((loff_t)inode->i_blocks) << 9) + inode->i_bytes; in __inode_get_bytes()
322 dst[j].i_bytes += src[j].i_bytes; in rt_acct_proc_show()
4922 __entry->bytes = (inode->i_blocks << SECTOR_SHIFT) + inode->i_bytes;