Searched refs:hppfs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hppfs/
H A DMakefile6 obj-$(CONFIG_HPPFS) += hppfs.o
H A Dhppfs.c252 struct hppfs_private *hppfs = file->private_data; local
257 if (hppfs->contents != NULL) {
260 if (*ppos >= hppfs->len)
263 data = hppfs->contents;
271 if (off + count > hppfs->len)
272 count = hppfs->len - off;
277 } else if (hppfs->host_fd != -1) {
278 err = os_seek_file(hppfs->host_fd, *ppos);
284 err = hppfs_read_file(hppfs->host_fd, buf, count);
293 else count = read_proc(hppfs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A DMakefile122 obj-$(CONFIG_HPPFS) += hppfs/

Completed in 68 milliseconds