Home
last modified time | relevance | path

Searched refs:host_fd (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/hppfs/
Dhppfs.c32 int host_fd; member
264 } else if (hppfs->host_fd != -1) { in hppfs_read()
265 err = os_seek_file(hppfs->host_fd, *ppos); in hppfs_read()
271 err = hppfs_read_file(hppfs->host_fd, buf, count); in hppfs_read()
403 *data = ((struct hppfs_private ) { .host_fd = -1, in hppfs_data()
449 data->host_fd = fd; in hppfs_open()
462 data->host_fd = fd; in hppfs_open()