Searched refs:ext4_inode (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | xattr.h | 193 struct ext4_inode *raw_inode, handle_t *handle);
|
| H A D | inode.c | 52 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum() 58 int offset = offsetof(struct ext4_inode, i_checksum_lo); in ext4_inode_csum() 68 offset = offsetof(struct ext4_inode, i_checksum_hi); in ext4_inode_csum() 84 static int ext4_inode_csum_verify(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_verify() 105 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_set() 4626 static blkcnt_t ext4_inode_blocks(struct ext4_inode *raw_inode, in ext4_inode_blocks() 4649 struct ext4_inode *raw_inode, in ext4_iget_extra_inode() 4697 struct ext4_inode *raw_inode; in __ext4_iget() 4897 BUILD_BUG_ON(sizeof(struct ext4_inode) & 3); in __ext4_iget() 4898 ei->i_extra_isize = sizeof(struct ext4_inode) - in __ext4_iget() [all …]
|
| H A D | ext4.h | 767 struct ext4_inode { struct 851 #define EXT4_FITS_IN_INODE(ext4_inode, einode, field) \ argument 852 ((offsetof(typeof(*ext4_inode), field) + \ 853 sizeof((ext4_inode)->field)) \ 2392 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) in ext4_raw_inode() 2394 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset); in ext4_raw_inode() 2862 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, 3226 struct ext4_inode *raw_inode) in ext4_isize() 3236 static inline void ext4_isize_set(struct ext4_inode *raw_inode, loff_t i_size) in ext4_isize_set()
|
| H A D | xattr.c | 579 struct ext4_inode *raw_inode; in ext4_xattr_ibody_get() 725 struct ext4_inode *raw_inode; in ext4_xattr_ibody_list() 804 struct ext4_inode *raw_inode; in ext4_get_inode_usage() 2167 struct ext4_inode *raw_inode; in ext4_xattr_ibody_find() 2341 struct ext4_inode *raw_inode = ext4_raw_inode(&is.iloc); in ext4_xattr_set_handle() 2541 struct ext4_inode *raw_inode, in ext4_xattr_move_to_block() 2623 struct ext4_inode *raw_inode, in ext4_xattr_make_inode_space() 2692 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
|
| H A D | fast_commit.c | 1417 struct ext4_inode *raw_inode; in ext4_fc_replay_inode() 1418 struct ext4_inode *raw_fc_inode; in ext4_fc_replay_inode() 1440 raw_fc_inode = (struct ext4_inode *) in ext4_fc_replay_inode() 1449 memcpy(raw_inode, raw_fc_inode, offsetof(struct ext4_inode, i_block)); in ext4_fc_replay_inode() 1451 inode_len - offsetof(struct ext4_inode, i_generation)); in ext4_fc_replay_inode()
|
| H A D | inline.c | 35 struct ext4_inode *raw_inode; in get_max_inline_xattr_value_size() 175 struct ext4_inode *raw_inode; in ext4_read_inline_data() 219 struct ext4_inode *raw_inode; in ext4_write_inline_data() 1875 addr += offsetof(struct ext4_inode, i_block); in ext4_inline_data_iomap()
|
| H A D | ialloc.c | 679 struct ext4_inode *raw_inode; in recently_deleted() 700 raw_inode = (struct ext4_inode *) (bh->b_data + offset); in recently_deleted()
|
| H A D | ioctl.c | 474 struct ext4_inode *raw_inode; in ext4_ioctl_setproject()
|
| H A D | super.c | 4256 if (sbi->s_inode_size >= offsetof(struct ext4_inode, i_atime_extra) + in ext4_fill_super() 4257 sizeof(((struct ext4_inode *)0)->i_atime_extra)) { in ext4_fill_super() 4267 sbi->s_want_extra_isize = sizeof(struct ext4_inode) - in ext4_fill_super()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 18 The inode table is a linear array of ``struct ext4_inode``. The table is 29 The inode table entry is laid out in ``struct ext4_inode``.
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | style.rst | 102 ``ext4_inode``
|