Searched refs:btrfs_copy_from_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 385 static noinline int btrfs_copy_from_user(loff_t pos, size_t write_bytes, in btrfs_copy_from_user() function 1686 copied = btrfs_copy_from_user(pos, write_bytes, pages, i); in btrfs_buffered_write()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 44 static noinline int btrfs_copy_from_user(loff_t pos, size_t write_bytes, in btrfs_copy_from_user() function 121 * After btrfs_copy_from_user(), update the following things for delalloc: 1334 copied = btrfs_copy_from_user(pos, write_bytes, pages, i); in btrfs_buffered_write()
|
Completed in 9 milliseconds