Searched refs:ext4_inode (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/ext4/ |
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() 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 D | inode-test.c | 220 KUNIT_ARRAY_PARAM(ext4_inode, test_data, timestamp_expectation_to_desc);
|
H A D | xattr.h | 193 struct ext4_inode *raw_inode, handle_t *handle);
|
H A D | ext4.h | 766 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 D | xattr.c | 639 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 D | fast_commit.c | 1550 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 D | inline.c | 36 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 D | ialloc.c | 680 struct ext4_inode *raw_inode; in recently_deleted() 701 raw_inode = (struct ext4_inode *) (bh->b_data + offset); in recently_deleted()
|
H A D | ioctl.c | 720 struct ext4_inode *raw_inode; in ext4_ioctl_setproject()
|
H A D | super.c | 4530 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 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``. 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 D | style.rst | 98 ``ext4_inode``
|