search for: __cow_file_range

Displaying 2 results from an estimated 2 matches for "__cow_file_range".

2012 Nov 01
0
[PATCH 1/5] Btrfs: fix joining the same transaction handler more than 2 times
...to start IO on it. It may be clean and already done with * IO when we return. */ -static noinline int cow_file_range(struct inode *inode, - struct page *locked_page, - u64 start, u64 end, int *page_started, - unsigned long *nr_written, - int unlock) +static noinline int __cow_file_range(struct btrfs_trans_handle *trans, + struct inode *inode, + struct btrfs_root *root, + struct page *locked_page, + u64 start, u64 end, int *page_started, + unsigned long *nr_written, + int unlock) { - struct btrfs_root *root = BTRFS_I(inode)->root;...
2013 Oct 05
10
Linux Arch: kernel BUG at fs/btrfs/inode.c:873!
...tainted 3.10.10-1-ARCH #1 [ 68.126787] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./H61M/U3S3, BIOS P2.20 07/30/2012 [ 68.126834] task: ffff880118869950 ti: ffff88011377e000 task.ti: ffff88011377e000 [ 68.126871] RIP: 0010:[<ffffffffa0471223>] [<ffffffffa0471223>] __cow_file_range+0x3e3/0x460 [btrfs] [ 68.126933] RSP: 0018:ffff88011377f328 EFLAGS: 00010206 [ 68.126961] RAX: 00000000000004d2 RBX: 0000000000000000 RCX: 0000000000001000 [ 68.126996] RDX: 00000000000004d2 RSI: ffff88001f438608 RDI: ffff880115eb3000 [ 68.127032] RBP: ffff88011377f3c8 R08: 000000000000000...