Searched refs:host_fd (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hppfs/
H A Dhppfs_kern.c29 int host_fd; member in struct:hppfs_private
300 else if(hppfs->host_fd != -1){
301 err = os_seek_file(hppfs->host_fd, *ppos);
306 count = hppfs_read_file(hppfs->host_fd, buf, count);
438 *data = ((struct hppfs_private ) { .host_fd = -1,
483 data->host_fd = fd;
496 data->host_fd = fd;

Completed in 20 milliseconds