Home
last modified time | relevance | path

Searched refs:ext4_inode (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.c52 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()
4245 static int ext4_inode_blocks_set(struct ext4_inode *raw_inode, in ext4_inode_blocks_set()
4289 static int ext4_fill_raw_inode(struct inode *inode, struct ext4_inode *raw_inode) in ext4_fill_raw_inode()
4473 struct ext4_inode *raw_inode = in __ext4_get_inode_loc()
4474 (struct ext4_inode *) (bh->b_data + iloc->offset); in __ext4_get_inode_loc()
4631 static blkcnt_t ext4_inode_blocks(struct ext4_inode *raw_inode, in ext4_inode_blocks()
[all …]
H A Dinode-test.c220 KUNIT_ARRAY_PARAM(ext4_inode, test_data, timestamp_expectation_to_desc);
H A Dxattr.h193 struct ext4_inode *raw_inode, handle_t *handle);
H A Dext4.h766 struct ext4_inode { struct
841 #define EXT4_FITS_IN_INODE(ext4_inode, einode, field) \ argument
842 ((offsetof(typeof(*ext4_inode), field) + \
843 sizeof((ext4_inode)->field)) \
2518 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) in ext4_raw_inode()
2520 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset); in ext4_raw_inode()
2937 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw,
3311 struct ext4_inode *raw_inode) in ext4_isize()
3321 static inline void ext4_isize_set(struct ext4_inode *raw_inode, loff_t i_size) in ext4_isize_set()
H A Dxattr.c639 struct ext4_inode *raw_inode; in ext4_xattr_ibody_get()
784 struct ext4_inode *raw_inode; in ext4_xattr_ibody_list()
867 struct ext4_inode *raw_inode; in ext4_get_inode_usage()
2223 struct ext4_inode *raw_inode; in ext4_xattr_ibody_find()
2398 struct ext4_inode *raw_inode = ext4_raw_inode(&is.iloc); in ext4_xattr_set_handle()
2600 struct ext4_inode *raw_inode, in ext4_xattr_move_to_block()
2689 struct ext4_inode *raw_inode, in ext4_xattr_make_inode_space()
2758 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
H A Dfast_commit.c1550 struct ext4_inode *raw_inode; in ext4_fc_replay_inode()
1551 struct ext4_inode *raw_fc_inode; in ext4_fc_replay_inode()
1556 size_t off_gen = offsetof(struct ext4_inode, i_generation); in ext4_fc_replay_inode()
1574 raw_fc_inode = (struct ext4_inode *) in ext4_fc_replay_inode()
1583 memcpy(raw_inode, raw_fc_inode, offsetof(struct ext4_inode, i_block)); in ext4_fc_replay_inode()
H A Dinline.c36 struct ext4_inode *raw_inode; in get_max_inline_xattr_value_size()
185 struct ext4_inode *raw_inode; in ext4_read_inline_data()
228 struct ext4_inode *raw_inode; in ext4_write_inline_data()
1899 addr += offsetof(struct ext4_inode, i_block); in ext4_inline_data_iomap()
H A Dialloc.c680 struct ext4_inode *raw_inode; in recently_deleted()
701 raw_inode = (struct ext4_inode *) (bh->b_data + offset); in recently_deleted()
H A Dioctl.c720 struct ext4_inode *raw_inode; in ext4_ioctl_setproject()
H A Dsuper.c4530 if (sbi->s_inode_size >= offsetof(struct ext4_inode, i_atime_extra) + in ext4_inode_info_init()
4531 sizeof(((struct ext4_inode *)0)->i_atime_extra)) { in ext4_inode_info_init()
4542 sbi->s_want_extra_isize = sizeof(struct ext4_inode) - in ext4_inode_info_init()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst18 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``.
469 number of bytes actually used by struct ext4_inode beyond the original
471 inode, which allows struct ext4_inode to grow for a new kernel without
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst98 ``ext4_inode``