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

Lines Matching defs:handle

453 static void ext4_xattr_update_super_block(handle_t *handle,
459 if (ext4_journal_get_write_access(handle, EXT4_SB(sb)->s_sbh) == 0) {
461 ext4_handle_dirty_super(handle, sb);
470 ext4_xattr_release_block(handle_t *handle, struct inode *inode,
477 error = ext4_journal_get_write_access(handle, bh);
487 ext4_free_blocks(handle, inode, bh, 0, 1,
492 error = ext4_handle_dirty_metadata(handle, inode, bh);
494 ext4_handle_sync(handle);
689 ext4_xattr_block_set(handle_t *handle, struct inode *inode,
706 error = ext4_journal_get_write_access(handle, bs->bh);
728 error = ext4_handle_dirty_metadata(handle,
738 jbd2_journal_release_buffer(handle, bs->bh);
790 error = ext4_journal_get_write_access(handle,
799 error = ext4_handle_dirty_metadata(handle,
823 block = ext4_new_meta_blocks(handle, inode,
836 ext4_free_blocks(handle, inode, 0, block, 1,
842 error = ext4_journal_get_create_access(handle, new_bh);
851 error = ext4_handle_dirty_metadata(handle,
863 ext4_xattr_release_block(handle, inode, bs->bh);
923 ext4_xattr_ibody_set(handle_t *handle, struct inode *inode,
960 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
992 error = ext4_journal_get_write_access(handle, is.iloc.bh);
1023 error = ext4_xattr_ibody_set(handle, inode, &i, &is);
1025 error = ext4_xattr_block_set(handle, inode, &i, &bs);
1027 error = ext4_xattr_ibody_set(handle, inode, &i, &is);
1030 error = ext4_xattr_block_set(handle, inode, &i, &bs);
1037 error = ext4_xattr_block_set(handle, inode, &i, &bs);
1042 error = ext4_xattr_ibody_set(handle, inode, &i,
1048 ext4_xattr_update_super_block(handle, inode->i_sb);
1052 error = ext4_mark_iloc_dirty(handle, inode, &is.iloc);
1059 ext4_handle_sync(handle);
1083 handle_t *handle;
1087 handle = ext4_journal_start(inode, EXT4_DATA_TRANS_BLOCKS(inode->i_sb));
1088 if (IS_ERR(handle)) {
1089 error = PTR_ERR(handle);
1093 error = ext4_xattr_set_handle(handle, inode, name_index, name,
1095 error2 = ext4_journal_stop(handle);
1136 struct ext4_inode *raw_inode, handle_t *handle)
1299 error = ext4_xattr_ibody_set(handle, inode, &i, is);
1327 error = ext4_xattr_block_set(handle, inode, &i, bs);
1364 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode)
1382 ext4_xattr_release_block(handle, inode, bh);