Home
last modified time | relevance | path

Searched defs:iloc (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/fs/ext4/
H A Dverity.c201 struct ext4_iloc iloc; in ext4_end_enable_verity() local
H A Dxattr.h129 struct ext4_iloc iloc; member
H A Dioctl.c343 struct ext4_iloc iloc; in ext4_ioctl_setflags() local
475 struct ext4_iloc iloc; in ext4_ioctl_setproject() local
881 struct ext4_iloc iloc; __ext4_ioctl() local
[all...]
H A Dresize.c820 struct ext4_iloc iloc = { .bh = NULL }; in add_new_gdb() local
1009 struct ext4_iloc iloc; in reserve_backup_gdb() local
H A Dinline.c107 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
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 Dfast_commit.c766 struct ext4_iloc iloc; in ext4_fc_write_inode() local
1433 struct ext4_iloc iloc; in ext4_fc_replay_inode() local
[all...]
H A Dxattr.c590 struct ext4_iloc iloc; in ext4_xattr_ibody_get() local
736 struct ext4_iloc iloc; in ext4_xattr_ibody_list() local
815 struct ext4_iloc iloc = { .bh = NULL }; in ext4_get_inode_usage() local
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 Dnamei.c3066 struct ext4_iloc iloc; in ext4_orphan_add() local
3154 struct ext4_iloc iloc; in ext4_orphan_del() local
H A Dextents.c4882 struct ext4_iloc iloc; in ext4_iomap_xattr_fiemap() local
H A Dinode.c4459 __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 Dext4.h2375 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) in ext4_raw_inode() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dorphan.c103 struct ext4_iloc iloc; in ext4_orphan_add() local
233 struct ext4_iloc iloc; in ext4_orphan_del() local
H A Dverity.c197 struct ext4_iloc iloc; in ext4_end_enable_verity() local
H A Dxattr.h129 struct ext4_iloc iloc; member
H A Dresize.c835 struct ext4_iloc iloc = { .bh = NULL }; in add_new_gdb() local
1025 struct ext4_iloc iloc; in reserve_backup_gdb() local
H A Dioctl.c583 struct ext4_iloc iloc; in ext4_ioctl_setflags() local
710 struct ext4_iloc iloc; in ext4_ioctl_setproject() local
1241 struct ext4_iloc iloc; __ext4_ioctl() local
[all...]
H A Dinline.c109 struct ext4_iloc iloc; in ext4_get_max_inline_size() local
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 Dfast_commit.c850 struct ext4_iloc iloc; in ext4_fc_write_inode() local
1524 struct ext4_iloc iloc; in ext4_fc_replay_inode() local
[all...]
H A Dxattr.c640 struct ext4_iloc iloc; in ext4_xattr_ibody_get() local
785 struct ext4_iloc iloc; in ext4_xattr_ibody_list() local
865 struct ext4_iloc iloc = { .bh = NULL }; in ext4_get_inode_usage() local
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 Dextents.c4903 struct ext4_iloc iloc; in ext4_iomap_xattr_fiemap() local
H A Dinode.c4359 __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...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dinternal.h214 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc() function
/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c1302 struct kernel_lb_addr *iloc = &iinfo->i_location; in udf_read_inode() local
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c1324 struct kernel_lb_addr *iloc = &iinfo->i_location; in udf_read_inode() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp3129 GLint iloc = glGetUniformLocation(program, "i"); in TEST_P() local
3171 GLint iloc = glGetUniformLocation(program, "i"); in TEST_P() local
3264 GLint iloc = glGetUniformLocation(program, "i"); in TEST_P() local
3347 GLint iloc in TEST_P() local
[all...]

Completed in 73 milliseconds

12