Lines Matching refs:where
414 Indirect *where, int num) in ext4_splice_branch() argument
425 if (where->bh) { in ext4_splice_branch()
426 BUFFER_TRACE(where->bh, "get_write_access"); in ext4_splice_branch()
427 err = ext4_journal_get_write_access(handle, where->bh); in ext4_splice_branch()
433 *where->p = where->key; in ext4_splice_branch()
440 current_block = le32_to_cpu(where->key) + 1; in ext4_splice_branch()
442 *(where->p + i) = cpu_to_le32(current_block++); in ext4_splice_branch()
447 if (where->bh) { in ext4_splice_branch()
457 BUFFER_TRACE(where->bh, "call ext4_handle_dirty_metadata"); in ext4_splice_branch()
458 err = ext4_handle_dirty_metadata(handle, ar->inode, where->bh); in ext4_splice_branch()
477 ext4_free_blocks(handle, ar->inode, where[i].bh, 0, 1, in ext4_splice_branch()
480 ext4_free_blocks(handle, ar->inode, NULL, le32_to_cpu(where[num].key), in ext4_splice_branch()