Searched refs:ext4_inode (Results 1 – 12 of 12) sorted by relevance
/linux/fs/ext4/ |
H A D | inode.c | 57 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum() 63 int offset = offsetof(struct ext4_inode, i_checksum_lo); in ext4_inode_csum() 73 offset = offsetof(struct ext4_inode, i_checksum_hi); in ext4_inode_csum() 89 static int ext4_inode_csum_verify(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_verify() 110 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_set() 4258 static int ext4_inode_blocks_set(struct ext4_inode *raw_inode, in ext4_inode_blocks_set() 4302 static int ext4_fill_raw_inode(struct inode *inode, struct ext4_inode *raw_inode) in ext4_fill_raw_inode() 4486 struct ext4_inode *raw_inode = in __ext4_get_inode_loc() 4487 (struct ext4_inode *) (bh->b_data + iloc->offset); in __ext4_get_inode_loc() 4644 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 | 192 struct ext4_inode *raw_inode, handle_t *handle);
|
H A D | ext4.h | 771 struct ext4_inode { struct 846 #define EXT4_FITS_IN_INODE(ext4_inode, einode, field) \ argument 847 ((offsetof(typeof(*ext4_inode), field) + \ 848 sizeof((ext4_inode)->field)) \ 2514 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) in ext4_raw_inode() 2516 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset); in ext4_raw_inode() 2944 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, 3314 struct ext4_inode *raw_inode) in ext4_isize() 3324 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() 2228 struct ext4_inode *raw_inode; in ext4_xattr_ibody_find() 2403 struct ext4_inode *raw_inode = ext4_raw_inode(&is.iloc); in ext4_xattr_set_handle() 2605 struct ext4_inode *raw_inode, in ext4_xattr_move_to_block() 2694 struct ext4_inode *raw_inode, in ext4_xattr_make_inode_space() 2763 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
|
H A D | fast_commit.c | 1529 struct ext4_inode *raw_inode; in ext4_fc_replay_inode() 1530 struct ext4_inode *raw_fc_inode; in ext4_fc_replay_inode() 1535 size_t off_gen = offsetof(struct ext4_inode, i_generation); in ext4_fc_replay_inode() 1553 raw_fc_inode = (struct ext4_inode *) in ext4_fc_replay_inode() 1562 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() 1900 addr += offsetof(struct ext4_inode, i_block); in ext4_inline_data_iomap()
|
H A D | ialloc.c | 678 struct ext4_inode *raw_inode; in recently_deleted() 699 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 | 4527 if (sbi->s_inode_size >= offsetof(struct ext4_inode, i_atime_extra) + in ext4_inode_info_init() 4528 sizeof(((struct ext4_inode *)0)->i_atime_extra)) { in ext4_inode_info_init() 4539 sbi->s_want_extra_isize = sizeof(struct ext4_inode) - in ext4_inode_info_init()
|
/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
|
/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 98 ``ext4_inode``
|