Searched refs:iloc (Results 1 - 14 of 14) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c2337 unsigned long ino, struct ext3_iloc *iloc)
2378 iloc->block_group = block_group;
2379 iloc->offset = offset & (EXT3_BLOCK_SIZE(sb) - 1);
2390 struct ext3_iloc *iloc, int in_mem)
2395 block = ext3_get_inode_block(inode->i_sb, inode->i_ino, iloc);
2492 iloc->bh = bh;
2496 int ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc) argument
2499 return __ext3_get_inode_loc(inode, iloc,
2541 struct ext3_iloc iloc; local
2553 if (__ext3_get_inode_loc(inode, &iloc,
2336 ext3_get_inode_block(struct super_block *sb, unsigned long ino, struct ext3_iloc *iloc) argument
2389 __ext3_get_inode_loc(struct inode *inode, struct ext3_iloc *iloc, int in_mem) argument
2682 ext3_do_update_inode(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
2988 ext3_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
3008 ext3_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) argument
3050 struct ext3_iloc iloc; local
[all...]
H A Dioctl.c37 struct ext3_iloc iloc; local
91 err = ext3_reserve_inode_write(handle, inode, &iloc);
102 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
121 struct ext3_iloc iloc; local
135 err = ext3_reserve_inode_write(handle, inode, &iloc);
139 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
H A Dnamei.c1861 struct ext3_iloc iloc; local
1879 err = ext3_reserve_inode_write(handle, inode, &iloc);
1887 rc = ext3_mark_iloc_dirty(handle, inode, &iloc);
1921 struct ext3_iloc iloc; local
1945 err = ext3_reserve_inode_write(handle, inode, &iloc);
1973 err = ext3_mark_iloc_dirty(handle, inode, &iloc);
1982 brelse(iloc.bh);
H A Dresize.c380 struct ext3_iloc iloc; local
436 /* ext3_reserve_inode_write() gets a reference on the iloc */
437 if ((err = ext3_reserve_inode_write(handle, inode, &iloc)))
462 ext3_mark_iloc_dirty(handle, inode, &iloc);
481 //ext3_journal_release_buffer(handle, iloc.bh);
482 brelse(iloc.bh);
518 struct ext3_iloc iloc; local
576 if ((err = ext3_reserve_inode_write(handle, inode, &iloc)))
596 ext3_mark_iloc_dirty(handle, inode, &iloc);
H A Dxattr.c270 struct ext3_iloc iloc; local
277 error = ext3_get_inode_loc(inode, &iloc);
280 raw_inode = ext3_raw_inode(&iloc);
302 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);
868 struct ext3_iloc iloc; member in struct:ext3_xattr_ibody_find
881 raw_inode = ext3_raw_inode(&is->iloc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c2347 unsigned long ino, struct ext4_iloc *iloc)
2389 iloc->block_group = block_group;
2390 iloc->offset = offset & (EXT4_BLOCK_SIZE(sb) - 1);
2401 struct ext4_iloc *iloc, int in_mem)
2406 block = ext4_get_inode_block(inode->i_sb, inode->i_ino, iloc);
2503 iloc->bh = bh;
2507 int ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc) argument
2510 return __ext4_get_inode_loc(inode, iloc,
2533 struct ext4_iloc iloc; local
2545 if (__ext4_get_inode_loc(inode, &iloc,
2346 ext4_get_inode_block(struct super_block *sb, unsigned long ino, struct ext4_iloc *iloc) argument
2400 __ext4_get_inode_loc(struct inode *inode, struct ext4_iloc *iloc, int in_mem) argument
2678 ext4_do_update_inode(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
2990 ext4_mark_iloc_dirty(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
3010 ext4_reserve_inode_write(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
3052 struct ext4_iloc iloc; local
[all...]
H A Dioctl.c36 struct ext4_iloc iloc; local
90 err = ext4_reserve_inode_write(handle, inode, &iloc);
101 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
120 struct ext4_iloc iloc; local
134 err = ext4_reserve_inode_write(handle, inode, &iloc);
138 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
H A Dnamei.c1859 struct ext4_iloc iloc; local
1877 err = ext4_reserve_inode_write(handle, inode, &iloc);
1885 rc = ext4_mark_iloc_dirty(handle, inode, &iloc);
1919 struct ext4_iloc iloc; local
1943 err = ext4_reserve_inode_write(handle, inode, &iloc);
1971 err = ext4_mark_iloc_dirty(handle, inode, &iloc);
1980 brelse(iloc.bh);
H A Dresize.c389 struct ext4_iloc iloc; local
445 /* ext4_reserve_inode_write() gets a reference on the iloc */
446 if ((err = ext4_reserve_inode_write(handle, inode, &iloc)))
471 ext4_mark_iloc_dirty(handle, inode, &iloc);
490 //ext4_journal_release_buffer(handle, iloc.bh);
491 brelse(iloc.bh);
527 struct ext4_iloc iloc; local
585 if ((err = ext4_reserve_inode_write(handle, inode, &iloc)))
605 ext4_mark_iloc_dirty(handle, inode, &iloc);
H A Dxattr.c270 struct ext4_iloc iloc; local
277 error = ext4_get_inode_loc(inode, &iloc);
280 raw_inode = ext4_raw_inode(&iloc);
302 brelse(iloc.bh);
397 struct ext4_iloc iloc; local
403 error = ext4_get_inode_loc(inode, &iloc);
406 raw_inode = ext4_raw_inode(&iloc);
416 brelse(iloc.bh);
866 struct ext4_iloc iloc; member in struct:ext4_xattr_ibody_find
879 raw_inode = ext4_raw_inode(&is->iloc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_fs.h715 static inline struct ext3_inode *ext3_raw_inode(struct ext3_iloc *iloc) argument
717 return (struct ext3_inode *) (iloc->bh->b_data + iloc->offset);
H A Dext3_jbd.h93 struct ext3_iloc *iloc);
97 * iloc->bh. This _must_ be cleaned up later.
101 struct ext3_iloc *iloc);
H A Dext4_fs.h746 static inline struct ext4_inode *ext4_raw_inode(struct ext4_iloc *iloc) argument
748 return (struct ext4_inode *) (iloc->bh->b_data + iloc->offset);
H A Dext4_jbd2.h98 struct ext4_iloc *iloc);
102 * iloc->bh. This _must_ be cleaned up later.
106 struct ext4_iloc *iloc);

Completed in 138 milliseconds