Home
last modified time | relevance | path

Searched refs:iloc (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ext4/
H A Dinline.c30 struct ext4_iloc *iloc) in get_max_inline_xattr_value_size()
56 raw_inode = ext4_raw_inode(iloc); in get_max_inline_xattr_value_size()
107 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
112 error = ext4_get_inode_loc(inode, &iloc); in ext4_get_max_inline_size()
121 max_inline_size = get_max_inline_xattr_value_size(inode, &iloc); in ext4_get_max_inline_size()
124 brelse(iloc.bh); in ext4_get_max_inline_size()
151 error = ext4_get_inode_loc(inode, &is.iloc); in ext4_find_inline_data_nolock()
167 (void *)ext4_raw_inode(&is.iloc)); in ext4_find_inline_data_nolock()
172 brelse(is.iloc.bh); in ext4_find_inline_data_nolock()
178 struct ext4_iloc *iloc) in ext4_read_inline_data()
29 get_max_inline_xattr_value_size(struct inode *inode, struct ext4_iloc *iloc) get_max_inline_xattr_value_size() argument
176 ext4_read_inline_data(struct inode *inode, void *buffer, unsigned int len, struct ext4_iloc *iloc) ext4_read_inline_data() argument
222 ext4_write_inline_data(struct inode *inode, struct ext4_iloc *iloc, void *buffer, loff_t pos, unsigned int len) ext4_write_inline_data() argument
481 struct ext4_iloc iloc; ext4_read_inline_page() local
546 struct ext4_iloc iloc; ext4_convert_inline_data_to_extent() local
666 struct ext4_iloc iloc; ext4_try_to_write_inline_data() local
747 struct ext4_iloc iloc; ext4_write_inline_data_end() local
830 struct ext4_iloc iloc; ext4_journalled_write_inline_data() local
924 struct ext4_iloc iloc; ext4_da_write_inline_data_begin() local
1034 ext4_add_dirent_to_inline(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct ext4_iloc *iloc, void *inline_start, int inline_size) ext4_add_dirent_to_inline() argument
1074 ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) ext4_get_inline_xattr_pos() argument
1115 ext4_update_inline_dir(handle_t *handle, struct inode *dir, struct ext4_iloc *iloc) ext4_update_inline_dir() argument
1137 ext4_restore_inline_data(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc, void *buf, int inline_size) ext4_restore_inline_data() argument
1199 ext4_convert_inline_data_nolock(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_convert_inline_data_nolock() argument
1293 struct ext4_iloc iloc; ext4_try_add_inline_entry() local
1369 struct ext4_iloc iloc; ext4_inlinedir_to_tree() local
1479 struct ext4_iloc iloc; ext4_read_inline_dir() local
1603 struct ext4_iloc iloc; ext4_get_first_inline_block() local
1623 struct ext4_iloc iloc; ext4_try_create_inline_dir() local
1658 struct ext4_iloc iloc; ext4_find_inline_entry() local
1707 struct ext4_iloc iloc; ext4_delete_inline_entry() local
1757 ext4_get_inline_entry(struct inode *inode, struct ext4_iloc *iloc, unsigned int offset, void **inline_start, int *inline_size) ext4_get_inline_entry() argument
1785 struct ext4_iloc iloc; empty_inline_dir() local
1860 struct ext4_iloc iloc; ext4_inline_data_iomap() local
1990 struct ext4_iloc iloc; ext4_convert_inline_data() local
[all...]
H A Dxattr.c590 struct ext4_iloc iloc; in ext4_xattr_ibody_get() local
597 error = ext4_get_inode_loc(inode, &iloc); in ext4_xattr_ibody_get()
600 raw_inode = ext4_raw_inode(&iloc); in ext4_xattr_ibody_get()
634 brelse(iloc.bh); in ext4_xattr_ibody_get()
736 struct ext4_iloc iloc; in ext4_xattr_ibody_list() local
742 error = ext4_get_inode_loc(inode, &iloc); in ext4_xattr_ibody_list()
745 raw_inode = ext4_raw_inode(&iloc); in ext4_xattr_ibody_list()
755 brelse(iloc.bh); in ext4_xattr_ibody_list()
815 struct ext4_iloc iloc = { .bh = NULL }; in ext4_get_inode_usage() local
827 ret = ext4_get_inode_loc(inode, &iloc); in ext4_get_inode_usage()
988 struct ext4_iloc iloc; ext4_xattr_inode_update_ref() local
2868 struct ext4_iloc iloc = { .bh = NULL }; ext4_xattr_delete_inode() local
[all...]
H A Dinode.c4460 struct inode *inode, struct ext4_iloc *iloc, in __ext4_get_inode_loc()
4469 iloc->bh = NULL; in __ext4_get_inode_loc()
4474 iloc->block_group = (ino - 1) / EXT4_INODES_PER_GROUP(sb); in __ext4_get_inode_loc()
4475 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL); in __ext4_get_inode_loc()
4485 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb); in __ext4_get_inode_loc()
4491 "block_group %u", block, iloc->block_group); in __ext4_get_inode_loc()
4542 (struct ext4_inode *) (bh->b_data + iloc->offset); in __ext4_get_inode_loc()
4599 iloc->bh = bh; in __ext4_get_inode_loc()
4604 struct ext4_iloc *iloc) in __ext4_get_inode_loc_noinmem()
4609 ret = __ext4_get_inode_loc(inode->i_sb, inode->i_ino, NULL, iloc, in __ext4_get_inode_loc_noinmem()
4459 __ext4_get_inode_loc(struct super_block *sb, unsigned long ino, struct inode *inode, struct ext4_iloc *iloc, ext4_fsblk_t *ret_block) __ext4_get_inode_loc() argument
4603 __ext4_get_inode_loc_noinmem(struct inode *inode, struct ext4_iloc *iloc) __ext4_get_inode_loc_noinmem() argument
4619 ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc) ext4_get_inode_loc() argument
4635 ext4_get_fc_inode_loc(struct super_block *sb, unsigned long ino, struct ext4_iloc *iloc) ext4_get_fc_inode_loc() argument
4786 struct ext4_iloc iloc; __ext4_iget() local
5177 ext4_do_update_inode(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_do_update_inode() argument
5305 struct ext4_iloc iloc; ext4_write_inode() local
5781 ext4_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_mark_iloc_dirty() argument
5815 ext4_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_reserve_inode_write() argument
5836 __ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc *iloc, handle_t *handle, int *no_expand) __ext4_expand_extra_isize() argument
5899 ext4_try_to_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc iloc, handle_t *handle) ext4_try_to_expand_extra_isize() argument
5933 ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc *iloc) ext4_expand_extra_isize() argument
5992 struct ext4_iloc iloc; __ext4_mark_inode_dirty() local
[all...]
H A Dioctl.c343 struct ext4_iloc iloc; in ext4_ioctl_setflags() local
412 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_ioctl_setflags()
434 err = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_ioctl_setflags()
475 struct ext4_iloc iloc; in ext4_ioctl_setproject() local
503 err = ext4_get_inode_loc(inode, &iloc); in ext4_ioctl_setproject()
507 raw_inode = ext4_raw_inode(&iloc); in ext4_ioctl_setproject()
511 &iloc); in ext4_ioctl_setproject()
515 brelse(iloc.bh); in ext4_ioctl_setproject()
524 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_ioctl_setproject()
545 rc = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_ioctl_setproject()
881 struct ext4_iloc iloc; __ext4_ioctl() local
[all...]
H A Dverity.c201 struct ext4_iloc iloc; in ext4_end_enable_verity() local
242 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_end_enable_verity()
248 err = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_end_enable_verity()
H A Dext4_jbd2.h215 struct ext4_iloc *iloc);
219 * iloc->bh. This _must_ be cleaned up later.
223 struct ext4_iloc *iloc);
232 struct ext4_iloc *iloc);
H A Dfast_commit.c766 struct ext4_iloc iloc; in ext4_fc_write_inode() local
771 ret = ext4_get_inode_loc(inode, &iloc); in ext4_fc_write_inode()
794 if (!ext4_fc_memcpy(inode->i_sb, dst, (u8 *)ext4_raw_inode(&iloc), in ext4_fc_write_inode()
799 brelse(iloc.bh); in ext4_fc_write_inode()
1433 struct ext4_iloc iloc; in ext4_fc_replay_inode() local
1455 ret = ext4_get_fc_inode_loc(sb, ino, &iloc); in ext4_fc_replay_inode()
1460 raw_inode = ext4_raw_inode(&iloc); in ext4_fc_replay_inode()
1481 ret = ext4_handle_dirty_metadata(NULL, NULL, iloc.bh); in ext4_fc_replay_inode()
1484 ret = sync_dirty_buffer(iloc.bh); in ext4_fc_replay_inode()
1505 inode->i_generation = le32_to_cpu(ext4_raw_inode(&iloc) in ext4_fc_replay_inode()
[all...]
H A Dresize.c820 struct ext4_iloc iloc = { .bh = NULL }; in add_new_gdb() local
872 /* ext4_reserve_inode_write() gets a reference on the iloc */ in add_new_gdb()
873 err = ext4_reserve_inode_write(handle, inode, &iloc); in add_new_gdb()
903 ext4_mark_iloc_dirty(handle, inode, &iloc); in add_new_gdb()
908 iloc.bh = NULL; in add_new_gdb()
933 brelse(iloc.bh); in add_new_gdb()
1009 struct ext4_iloc iloc; in reserve_backup_gdb() local
1065 if ((err = ext4_reserve_inode_write(handle, inode, &iloc))) in reserve_backup_gdb()
1086 ext4_mark_iloc_dirty(handle, inode, &iloc); in reserve_backup_gdb()
H A Dxattr.h129 struct ext4_iloc iloc; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dinline.c32 struct ext4_iloc *iloc) in get_max_inline_xattr_value_size()
58 raw_inode = ext4_raw_inode(iloc); in get_max_inline_xattr_value_size()
109 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
114 error = ext4_get_inode_loc(inode, &iloc); in ext4_get_max_inline_size()
123 max_inline_size = get_max_inline_xattr_value_size(inode, &iloc); in ext4_get_max_inline_size()
126 brelse(iloc.bh); in ext4_get_max_inline_size()
153 error = ext4_get_inode_loc(inode, &is.iloc); in ext4_find_inline_data_nolock()
169 (void *)ext4_raw_inode(&is.iloc)); in ext4_find_inline_data_nolock()
174 brelse(is.iloc.bh); in ext4_find_inline_data_nolock()
180 struct ext4_iloc *iloc) in ext4_read_inline_data()
31 get_max_inline_xattr_value_size(struct inode *inode, struct ext4_iloc *iloc) get_max_inline_xattr_value_size() argument
178 ext4_read_inline_data(struct inode *inode, void *buffer, unsigned int len, struct ext4_iloc *iloc) ext4_read_inline_data() argument
223 ext4_write_inline_data(struct inode *inode, struct ext4_iloc *iloc, void *buffer, loff_t pos, unsigned int len) ext4_write_inline_data() argument
485 struct ext4_iloc iloc; ext4_read_inline_folio() local
550 struct ext4_iloc iloc; ext4_convert_inline_data_to_extent() local
669 struct ext4_iloc iloc; ext4_try_to_write_inline_data() local
749 struct ext4_iloc iloc; ext4_write_inline_data_end() local
901 struct ext4_iloc iloc; ext4_da_write_inline_data_begin() local
1005 ext4_add_dirent_to_inline(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct ext4_iloc *iloc, void *inline_start, int inline_size) ext4_add_dirent_to_inline() argument
1046 ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) ext4_get_inline_xattr_pos() argument
1087 ext4_update_inline_dir(handle_t *handle, struct inode *dir, struct ext4_iloc *iloc) ext4_update_inline_dir() argument
1109 ext4_restore_inline_data(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc, void *buf, int inline_size) ext4_restore_inline_data() argument
1171 ext4_convert_inline_data_nolock(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_convert_inline_data_nolock() argument
1266 struct ext4_iloc iloc; ext4_try_add_inline_entry() local
1342 struct ext4_iloc iloc; ext4_inlinedir_to_tree() local
1457 struct ext4_iloc iloc; ext4_read_inline_dir() local
1579 struct ext4_iloc iloc; ext4_read_inline_link() local
1610 struct ext4_iloc iloc; ext4_get_first_inline_block() local
1630 struct ext4_iloc iloc; ext4_try_create_inline_dir() local
1665 struct ext4_iloc iloc; ext4_find_inline_entry() local
1714 struct ext4_iloc iloc; ext4_delete_inline_entry() local
1765 ext4_get_inline_entry(struct inode *inode, struct ext4_iloc *iloc, unsigned int offset, void **inline_start, int *inline_size) ext4_get_inline_entry() argument
1793 struct ext4_iloc iloc; empty_inline_dir() local
1868 struct ext4_iloc iloc; ext4_inline_data_iomap() local
2007 struct ext4_iloc iloc; ext4_convert_inline_data() local
[all...]
H A Dinode.c4360 struct inode *inode, struct ext4_iloc *iloc, in __ext4_get_inode_loc()
4369 iloc->bh = NULL; in __ext4_get_inode_loc()
4374 iloc->block_group = (ino - 1) / EXT4_INODES_PER_GROUP(sb); in __ext4_get_inode_loc()
4375 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL); in __ext4_get_inode_loc()
4385 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb); in __ext4_get_inode_loc()
4391 "block_group %u", block, iloc->block_group); in __ext4_get_inode_loc()
4443 (struct ext4_inode *) (bh->b_data + iloc->offset); in __ext4_get_inode_loc()
4499 iloc->bh = bh; in __ext4_get_inode_loc()
4504 struct ext4_iloc *iloc) in __ext4_get_inode_loc_noinmem()
4509 ret = __ext4_get_inode_loc(inode->i_sb, inode->i_ino, NULL, iloc, in __ext4_get_inode_loc_noinmem()
4359 __ext4_get_inode_loc(struct super_block *sb, unsigned long ino, struct inode *inode, struct ext4_iloc *iloc, ext4_fsblk_t *ret_block) __ext4_get_inode_loc() argument
4503 __ext4_get_inode_loc_noinmem(struct inode *inode, struct ext4_iloc *iloc) __ext4_get_inode_loc_noinmem() argument
4519 ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc) ext4_get_inode_loc() argument
4535 ext4_get_fc_inode_loc(struct super_block *sb, unsigned long ino, struct ext4_iloc *iloc) ext4_get_fc_inode_loc() argument
4686 struct ext4_iloc iloc; __ext4_iget() local
5078 ext4_do_update_inode(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_do_update_inode() argument
5207 struct ext4_iloc iloc; ext4_write_inode() local
5720 ext4_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_mark_iloc_dirty() argument
5746 ext4_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) ext4_reserve_inode_write() argument
5768 __ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc *iloc, handle_t *handle, int *no_expand) __ext4_expand_extra_isize() argument
5831 ext4_try_to_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc iloc, handle_t *handle) ext4_try_to_expand_extra_isize() argument
5865 ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc *iloc) ext4_expand_extra_isize() argument
5925 struct ext4_iloc iloc; __ext4_mark_inode_dirty() local
[all...]
H A Dorphan.c103 struct ext4_iloc iloc; in ext4_orphan_add() local
144 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_orphan_add()
168 rc = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_orphan_add()
182 brelse(iloc.bh); in ext4_orphan_add()
233 struct ext4_iloc iloc; in ext4_orphan_del() local
250 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_orphan_del()
303 err = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_orphan_del()
309 brelse(iloc.bh); in ext4_orphan_del()
H A Dxattr.c640 struct ext4_iloc iloc; in ext4_xattr_ibody_get() local
647 error = ext4_get_inode_loc(inode, &iloc); in ext4_xattr_ibody_get()
650 raw_inode = ext4_raw_inode(&iloc); in ext4_xattr_ibody_get()
684 brelse(iloc.bh); in ext4_xattr_ibody_get()
785 struct ext4_iloc iloc; in ext4_xattr_ibody_list() local
791 error = ext4_get_inode_loc(inode, &iloc); in ext4_xattr_ibody_list()
794 raw_inode = ext4_raw_inode(&iloc); in ext4_xattr_ibody_list()
804 brelse(iloc.bh); in ext4_xattr_ibody_list()
865 struct ext4_iloc iloc = { .bh = NULL }; in ext4_get_inode_usage() local
877 ret = ext4_get_inode_loc(inode, &iloc); in ext4_get_inode_usage()
1038 struct ext4_iloc iloc; ext4_xattr_inode_update_ref() local
2925 struct ext4_iloc iloc = { .bh = NULL }; ext4_xattr_delete_inode() local
[all...]
H A Dext4_jbd2.h212 struct ext4_iloc *iloc);
216 * iloc->bh. This _must_ be cleaned up later.
220 struct ext4_iloc *iloc);
229 struct ext4_iloc *iloc);
H A Dverity.c197 struct ext4_iloc iloc; in ext4_end_enable_verity() local
238 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_end_enable_verity()
244 err = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_end_enable_verity()
H A Dfast_commit.c850 struct ext4_iloc iloc; in ext4_fc_write_inode() local
855 ret = ext4_get_inode_loc(inode, &iloc); in ext4_fc_write_inode()
878 memcpy(dst, (u8 *)ext4_raw_inode(&iloc), inode_len); in ext4_fc_write_inode()
881 brelse(iloc.bh); in ext4_fc_write_inode()
1524 struct ext4_iloc iloc; in ext4_fc_replay_inode() local
1547 ret = ext4_get_fc_inode_loc(sb, ino, &iloc); in ext4_fc_replay_inode()
1552 raw_inode = ext4_raw_inode(&iloc); in ext4_fc_replay_inode()
1573 ret = ext4_handle_dirty_metadata(NULL, NULL, iloc.bh); in ext4_fc_replay_inode()
1576 ret = sync_dirty_buffer(iloc.bh); in ext4_fc_replay_inode()
1598 inode->i_generation = le32_to_cpu(ext4_raw_inode(&iloc) in ext4_fc_replay_inode()
[all...]
H A Dioctl.c583 struct ext4_iloc iloc; in ext4_ioctl_setflags() local
647 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_ioctl_setflags()
670 err = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_ioctl_setflags()
710 struct ext4_iloc iloc; in ext4_ioctl_setproject() local
738 err = ext4_get_inode_loc(inode, &iloc); in ext4_ioctl_setproject()
742 raw_inode = ext4_raw_inode(&iloc); in ext4_ioctl_setproject()
746 &iloc); in ext4_ioctl_setproject()
750 brelse(iloc.bh); in ext4_ioctl_setproject()
759 err = ext4_reserve_inode_write(handle, inode, &iloc); in ext4_ioctl_setproject()
781 rc = ext4_mark_iloc_dirty(handle, inode, &iloc); in ext4_ioctl_setproject()
1241 struct ext4_iloc iloc; __ext4_ioctl() local
[all...]
H A Dresize.c835 struct ext4_iloc iloc = { .bh = NULL }; in add_new_gdb() local
888 /* ext4_reserve_inode_write() gets a reference on the iloc */ in add_new_gdb()
889 err = ext4_reserve_inode_write(handle, inode, &iloc); in add_new_gdb()
919 ext4_mark_iloc_dirty(handle, inode, &iloc); in add_new_gdb()
924 iloc.bh = NULL; in add_new_gdb()
949 brelse(iloc.bh); in add_new_gdb()
1025 struct ext4_iloc iloc; in reserve_backup_gdb() local
1082 if ((err = ext4_reserve_inode_write(handle, inode, &iloc))) in reserve_backup_gdb()
1103 ext4_mark_iloc_dirty(handle, inode, &iloc); in reserve_backup_gdb()
H A Dxattr.h129 struct ext4_iloc iloc; member
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c95 it.blkaddr = erofs_blknr(iloc(sbi, vi->nid) + vi->inode_isize); in init_inode_xattrs()
96 it.ofs = erofs_blkoff(iloc(sbi, vi->nid) + vi->inode_isize); in init_inode_xattrs()
208 it->blkaddr = erofs_blknr(iloc(sbi, vi->nid) + inline_xattr_ofs); in inline_xattr_iter_begin()
209 it->ofs = erofs_blkoff(iloc(sbi, vi->nid) + inline_xattr_ofs); in inline_xattr_iter_begin()
H A Dzmap.c57 pos = ALIGN(iloc(EROFS_SB(sb), vi->nid) + vi->inode_isize + in z_erofs_fill_inode_lazy()
154 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk()
276 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk()
H A Ddata.c80 map->m_pa = iloc(sbi, vi->nid) + vi->inode_isize + in erofs_map_blocks_flatmode()
/kernel/linux/linux-5.10/include/trace/events/
H A Derofs.h70 __entry->blkaddr = erofs_blknr(iloc(EROFS_I_SB(inode), __entry->nid));
71 __entry->ofs = erofs_blkoff(iloc(EROFS_I_SB(inode), __entry->nid));
/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c1302 struct kernel_lb_addr *iloc = &iinfo->i_location; in udf_read_inode() local
1310 if (iloc->partitionReferenceNum >= sbi->s_partitions) { in udf_read_inode()
1312 iloc->partitionReferenceNum, sbi->s_partitions); in udf_read_inode()
1316 if (iloc->logicalBlockNum >= in udf_read_inode()
1317 sbi->s_partmaps[iloc->partitionReferenceNum].s_partition_len) { in udf_read_inode()
1319 iloc->logicalBlockNum, iloc->partitionReferenceNum); in udf_read_inode()
1335 bh = udf_read_ptagged(inode->i_sb, iloc, 0, &ident); in udf_read_inode()
1354 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode()
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c1324 struct kernel_lb_addr *iloc = &iinfo->i_location; in udf_read_inode() local
1333 if (iloc->partitionReferenceNum >= sbi->s_partitions) { in udf_read_inode()
1335 iloc->partitionReferenceNum, sbi->s_partitions); in udf_read_inode()
1339 if (iloc->logicalBlockNum >= in udf_read_inode()
1340 sbi->s_partmaps[iloc->partitionReferenceNum].s_partition_len) { in udf_read_inode()
1342 iloc->logicalBlockNum, iloc->partitionReferenceNum); in udf_read_inode()
1358 bh = udf_read_ptagged(inode->i_sb, iloc, 0, &ident); in udf_read_inode()
1377 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident); in udf_read_inode()

Completed in 43 milliseconds

12