• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/

Lines Matching defs:handle

467  * @handle:			handle to this transaction
473 void ext3_free_blocks_sb(handle_t *handle, struct super_block *sb,
544 err = ext3_journal_get_undo_access(handle, bitmap_bh);
554 err = ext3_journal_get_write_access(handle, gd_bh);
636 err = ext3_journal_dirty_metadata(handle, bitmap_bh);
640 ret = ext3_journal_dirty_metadata(handle, gd_bh);
658 * @handle: handle for this transaction
663 void ext3_free_blocks(handle_t *handle, struct inode *inode,
674 ext3_free_blocks_sb(handle, sb, block, count, &dquot_freed_blocks);
840 * @handle: handle to this transaction
862 ext3_try_to_allocate(struct super_block *sb, handle_t *handle, int group,
965 * This could handle the cross boundary reservation window
1268 * @handle: handle to this transaction
1295 ext3_try_to_allocate_with_rsv(struct super_block *sb, handle_t *handle,
1314 fatal = ext3_journal_get_undo_access(handle, bitmap_bh);
1327 ret = ext3_try_to_allocate(sb, handle, group, bitmap_bh,
1383 ret = ext3_try_to_allocate(sb, handle, group, bitmap_bh,
1396 fatal = ext3_journal_dirty_metadata(handle, bitmap_bh);
1405 ext3_journal_release_buffer(handle, bitmap_bh);
1453 * @handle: handle to this transaction
1465 ext3_fsblk_t ext3_new_blocks(handle_t *handle, struct inode *inode,
1558 grp_alloc_blk = ext3_try_to_allocate_with_rsv(sb, handle,
1603 grp_alloc_blk = ext3_try_to_allocate_with_rsv(sb, handle,
1634 fatal = ext3_journal_get_write_access(handle, gdp_bh);
1711 err = ext3_journal_dirty_metadata(handle, gdp_bh);
1740 ext3_fsblk_t ext3_new_block(handle_t *handle, struct inode *inode,
1745 return ext3_new_blocks(handle, inode, goal, &count, errp);