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

/fs/ext3/
H A Dioctl.c32 struct ext3_iloc iloc; local
87 err = ext3_reserve_inode_write(handle, inode, &iloc);
98 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
117 struct ext3_iloc iloc; local
138 err = ext3_reserve_inode_write(handle, inode, &iloc);
142 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
H A Dresize.c438 struct ext3_iloc iloc; local
494 /* ext3_reserve_inode_write() gets a reference on the iloc */
495 if ((err = ext3_reserve_inode_write(handle, inode, &iloc)))
523 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
549 //ext3_journal_release_buffer(handle, iloc.bh);
550 brelse(iloc.bh);
586 struct ext3_iloc iloc; local
645 if ((err = ext3_reserve_inode_write(handle, inode, &iloc)))
665 ext3_mark_iloc_dirty(handle, inode, &iloc);
H A Dxattr.c267 struct ext3_iloc iloc; local
274 error = ext3_get_inode_loc(inode, &iloc);
277 raw_inode = ext3_raw_inode(&iloc);
299 brelse(iloc.bh);
397 struct ext3_iloc iloc; local
403 error = ext3_get_inode_loc(inode, &iloc);
406 raw_inode = ext3_raw_inode(&iloc);
416 brelse(iloc.bh);
870 struct ext3_iloc iloc; member in struct:ext3_xattr_ibody_find
883 raw_inode = ext3_raw_inode(&is->iloc);
[all...]
H A Dinode.c2648 unsigned long ino, struct ext3_iloc *iloc)
2676 iloc->block_group = block_group;
2677 iloc->offset = offset & (EXT3_BLOCK_SIZE(sb) - 1);
2688 struct ext3_iloc *iloc, int in_mem)
2693 block = ext3_get_inode_block(inode->i_sb, inode->i_ino, iloc);
2801 iloc->bh = bh;
2805 int ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc) argument
2808 return __ext3_get_inode_loc(inode, iloc,
2850 struct ext3_iloc iloc; local
2871 ret = __ext3_get_inode_loc(inode, &iloc,
2647 ext3_get_inode_block(struct super_block *sb, unsigned long ino, struct ext3_iloc *iloc) argument
2687 __ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc, int in_mem) argument
3032 ext3_do_update_inode(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
3391 ext3_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
3411 ext3_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
3445 struct ext3_iloc iloc; local
[all...]
H A Dnamei.c1970 struct ext3_iloc iloc; local
1998 err = ext3_reserve_inode_write(handle, inode, &iloc);
2006 rc = ext3_mark_iloc_dirty(handle, inode, &iloc);
2040 struct ext3_iloc iloc; local
2062 err = ext3_reserve_inode_write(handle, inode, &iloc);
2090 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
2099 brelse(iloc.bh);
H A Dext3.h947 static inline struct ext3_inode *ext3_raw_inode(struct ext3_iloc *iloc) argument
949 return (struct ext3_inode *) (iloc->bh->b_data + iloc->offset);
1195 struct ext3_iloc *iloc);
1199 * iloc->bh. This _must_ be cleaned up later.
1203 struct ext3_iloc *iloc);
/fs/ext4/
H A Dioctl.c218 struct ext4_iloc iloc; local
283 err = ext4_reserve_inode_write(handle, inode, &iloc);
299 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
327 struct ext4_iloc iloc; local
354 err = ext4_reserve_inode_write(handle, inode, &iloc);
358 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
H A Dxattr.h94 struct ext4_iloc iloc; member in struct:ext4_xattr_ibody_find
H A Dinline.c34 struct ext4_iloc *iloc)
56 raw_inode = ext4_raw_inode(iloc);
98 struct ext4_iloc iloc; local
103 error = ext4_get_inode_loc(inode, &iloc);
112 max_inline_size = get_max_inline_xattr_value_size(inode, &iloc);
115 brelse(iloc.bh);
142 error = ext4_get_inode_loc(inode, &is.iloc);
152 (void *)ext4_raw_inode(&is.iloc));
158 brelse(is.iloc.bh);
164 struct ext4_iloc *iloc)
33 get_max_inline_xattr_value_size(struct inode *inode, struct ext4_iloc *iloc) argument
162 ext4_read_inline_data(struct inode *inode, void *buffer, unsigned int len, struct ext4_iloc *iloc) argument
208 ext4_write_inline_data(struct inode *inode, struct ext4_iloc *iloc, void *buffer, loff_t pos, unsigned int len) argument
463 struct ext4_iloc iloc; local
528 struct ext4_iloc iloc; local
647 struct ext4_iloc iloc; local
720 struct ext4_iloc iloc; local
759 struct ext4_iloc iloc; local
850 struct ext4_iloc iloc; local
991 ext4_add_dirent_to_inline(handle_t *handle, struct dentry *dentry, struct inode *inode, struct ext4_iloc *iloc, void *inline_start, int inline_size) argument
1035 ext4_get_inline_xattr_pos(struct inode *inode, struct ext4_iloc *iloc) argument
1076 ext4_update_inline_dir(handle_t *handle, struct inode *dir, struct ext4_iloc *iloc) argument
1098 ext4_restore_inline_data(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc, void *buf, int inline_size) argument
1155 ext4_convert_inline_data_nolock(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
1249 struct ext4_iloc iloc; local
1323 struct ext4_iloc iloc; local
1430 struct ext4_iloc iloc; local
1554 struct ext4_iloc iloc; local
1574 struct ext4_iloc iloc; local
1609 struct ext4_iloc iloc; local
1658 struct ext4_iloc iloc; local
1711 ext4_get_inline_entry(struct inode *inode, struct ext4_iloc *iloc, unsigned int offset, void **inline_start, int *inline_size) argument
1739 struct ext4_iloc iloc; local
1816 struct ext4_iloc iloc; local
1857 struct ext4_iloc iloc; local
1974 struct ext4_iloc iloc; local
[all...]
H A Dresize.c752 struct ext4_iloc iloc; local
813 /* ext4_reserve_inode_write() gets a reference on the iloc */
814 err = ext4_reserve_inode_write(handle, inode, &iloc);
844 ext4_mark_iloc_dirty(handle, inode, &iloc);
870 brelse(iloc.bh);
940 struct ext4_iloc iloc; local
994 if ((err = ext4_reserve_inode_write(handle, inode, &iloc)))
1014 ext4_mark_iloc_dirty(handle, inode, &iloc);
H A Dxattr.c333 struct ext4_iloc iloc; local
340 error = ext4_get_inode_loc(inode, &iloc);
343 raw_inode = ext4_raw_inode(&iloc);
365 brelse(iloc.bh);
467 struct ext4_iloc iloc; local
473 error = ext4_get_inode_loc(inode, &iloc);
476 raw_inode = ext4_raw_inode(&iloc);
486 brelse(iloc.bh);
990 raw_inode = ext4_raw_inode(&is->iloc);
1038 header = IHDR(inode, ext4_raw_inode(&is->iloc));
[all...]
H A Dextents.c5110 struct ext4_iloc iloc; local
5113 error = ext4_get_inode_loc(inode, &iloc);
5116 physical = (__u64)iloc.bh->b_blocknr << blockbits;
5122 brelse(iloc.bh);
H A Dinode.c3666 struct ext4_iloc *iloc, int in_mem)
3674 iloc->bh = NULL;
3678 iloc->block_group = (inode->i_ino - 1) / EXT4_INODES_PER_GROUP(sb);
3679 gdp = ext4_get_group_desc(sb, iloc->block_group, NULL);
3690 iloc->offset = (inode_offset % inodes_per_block) * EXT4_INODE_SIZE(sb);
3798 iloc->bh = bh;
3802 int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc) argument
3805 return __ext4_get_inode_loc(inode, iloc,
3891 struct ext4_iloc iloc; local
3908 iloc
3665 __ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc, int in_mem) argument
4172 ext4_do_update_inode(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
4360 struct ext4_iloc iloc; local
4721 ext4_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
4744 ext4_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
4766 ext4_expand_extra_isize(struct inode *inode, unsigned int new_extra_isize, struct ext4_iloc iloc, handle_t *handle) argument
4810 struct ext4_iloc iloc; local
[all...]
H A Dnamei.c2538 struct ext4_iloc iloc; local
2568 err = ext4_reserve_inode_write(handle, inode, &iloc);
2589 rc = ext4_mark_iloc_dirty(handle, inode, &iloc);
2621 struct ext4_iloc iloc; local
2635 err = ext4_reserve_inode_write(handle, inode, &iloc);
2684 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
2690 brelse(iloc.bh);
H A Dext4.h1799 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) argument
1801 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset);
/fs/udf/
H A Dinode.c1288 struct kernel_lb_addr *iloc = &iinfo->i_location; local
1294 if (iloc->logicalBlockNum >=
1295 sbi->s_partmaps[iloc->partitionReferenceNum].s_partition_len) {
1297 iloc->logicalBlockNum, iloc->partitionReferenceNum);
1313 bh = udf_read_ptagged(inode->i_sb, iloc, 0, &ident);
1332 ibh = udf_read_ptagged(inode->i_sb, iloc, 1, &ident);

Completed in 171 milliseconds