Searched refs:hppfs (Results 1 – 5 of 5) sorted by relevance
239 struct hppfs_private *hppfs = file->private_data; in hppfs_read() local244 if (hppfs->contents != NULL) { in hppfs_read()247 if (*ppos >= hppfs->len) in hppfs_read()250 data = hppfs->contents; in hppfs_read()258 if (off + count > hppfs->len) in hppfs_read()259 count = hppfs->len - off; in hppfs_read()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()280 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read()
6 obj-$(CONFIG_HPPFS) += hppfs.o
51 hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc57 See <http://user-mode-linux.sf.net/old/hppfs.html> for more information.
118 obj-$(CONFIG_HPPFS) += hppfs/
10509 F: fs/hppfs/