Lines Matching refs:from
722 * bdev_read_page() - Start reading a page from a block device
723 * @bdev: The device to read the page from
729 * that will be true on exit from this function, but it need not be.
841 /* Detach inode from wb early as bdi_put() may free bdi->wb */
1206 static int add_symlink(struct kobject *from, struct kobject *to)
1208 return sysfs_create_link(from, to, kobject_name(to));
1211 static void del_symlink(struct kobject *from, struct kobject *to)
1213 sysfs_remove_link(from, kobject_name(to));
1225 * - from "slaves" directory of the holder @disk to the claimed @bdev
1226 * - from "holders" directory of the @bdev to the holder @disk
1352 "%s: detected capacity change from %lld to %lld\n",
1862 * from userland - e.g. eject(1).
1903 ssize_t blkdev_write_iter(struct kiocb *iocb, struct iov_iter *from)
1918 if (!iov_iter_count(from))
1928 if (iov_iter_count(from) > size) {
1929 shorted = iov_iter_count(from) - size;
1930 iov_iter_truncate(from, size);
1934 ret = __generic_file_write_iter(iocb, from);
1937 iov_iter_reexpand(from, iov_iter_count(from) + shorted);
2164 * removed from s_inodes list while we dropped the