Searched refs:wcache (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-disk.h12 ide_decl_devset(wcache); variable
H A Dide-disk_proc.c173 IDE_PROC_DEVSET(wcache, 0, 1),
H A Dide-disk.c550 ide_devset_get_flag(wcache, IDE_DFLAG_WCACHE);
636 ide_ext_devset_rw(wcache, wcache);
748 printk(KERN_INFO "%s: wcache flush failed!\n", drive->name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_block.h81 int wcache; /* write cache flags */ member in struct:i2o_block_device
H A Di2o_block.c673 ret = put_user(dev->wcache, (int __user *)arg);
687 dev->wcache = arg;
787 switch (dev->wcache) {
981 dev->wcache = CACHE_WRITEBACK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_cache.c98 static struct winbind_cache *wcache; variable in typeref:struct:winbind_cache
111 if (wcache == NULL || wcache->tdb == NULL) {
116 if (fstat(tdb_fd(wcache->tdb), &st) == -1) {
132 struct winbind_cache *ret = wcache;
187 wcache = ret;
358 if (!wcache->tdb)
375 if (!wcache->tdb) {
382 data = tdb_fetch_bystring( wcache->tdb, key );
416 if (!wcache
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c81 static int set_wcache = 0, get_wcache = 0, wcache = 0; variable
1843 printf(" setting drive write-caching to %d", wcache);
1844 on_off(wcache);
1846 if (!wcache)
1848 if (ioctl(fd, HDIO_SET_WCACHE, wcache)) {
1850 setcache[2] = wcache ? 0x02 : 0x82;
1856 if (!wcache)
2198 wcache = !!(id[85] & 0x0020);
2199 printf(" write-caching = %2d", wcache);
2200 on_off(wcache);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1069 static unsigned long wcache; variable
1620 args[2] = wcache ? 0x02 : 0x82;
1621 print_flag_on_off(get_wcache, "drive write-caching", wcache);
1623 if (!wcache)
1628 if (!wcache)
1961 if (c == 'W') parse_opts(&get_wcache, &set_wcache, &wcache, 0, 1);

Completed in 173 milliseconds