Searched refs:hppfs (Results 1 – 3 of 3) sorted by relevance
238 struct hppfs_private *hppfs = file->private_data; in hppfs_read() local243 if (hppfs->contents != NULL) { in hppfs_read()246 if (*ppos >= hppfs->len) in hppfs_read()249 data = hppfs->contents; in hppfs_read()257 if (off + count > hppfs->len) in hppfs_read()258 count = hppfs->len - off; in hppfs_read()263 } else if (hppfs->host_fd != -1) { in hppfs_read()264 err = os_seek_file(hppfs->host_fd, *ppos); in hppfs_read()270 err = hppfs_read_file(hppfs->host_fd, buf, count); in hppfs_read()279 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read()
6 obj-$(CONFIG_HPPFS) += hppfs.o
119 obj-$(CONFIG_HPPFS) += hppfs/