Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hppfs/
Dhppfs.c239 struct hppfs_private *hppfs = file->private_data; in hppfs_read() local
244 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()
DMakefile6 obj-$(CONFIG_HPPFS) += hppfs.o
/linux-4.1.27/arch/um/
DKconfig.um51 hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
57 See <http://user-mode-linux.sf.net/old/hppfs.html> for more information.
/linux-4.1.27/fs/
DMakefile118 obj-$(CONFIG_HPPFS) += hppfs/
/linux-4.1.27/
DMAINTAINERS10509 F: fs/hppfs/