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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_block.h81 int wcache; /* write cache flags */ member in struct:i2o_block_device
H A Di2o_block.c697 return put_user(dev->wcache, (int __user *)arg);
707 dev->wcache = arg;
803 switch (dev->wcache) {
993 dev->wcache = CACHE_WRITEBACK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_cache.c45 static struct winbind_cache *wcache; variable in typeref:struct:winbind_cache
52 if (!wcache)
54 if (wcache->tdb) {
55 tdb_close(wcache->tdb);
56 wcache->tdb = NULL;
61 wcache->tdb = tdb_open_log(lock_path("winbindd_cache.tdb"), 5000,
64 if (!wcache->tdb) {
81 if (wcache == NULL || wcache->tdb == NULL) {
86 if (fstat(wcache
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-disk.c36 * Version 1.14 added acoustic-wcache
41 * fix wcache setup.
705 if (!drive->wcache)
765 if (drive->wcache) {
813 drive->wcache = arg;
889 ide_add_setting(drive, "wcache", SETTING_RW, TYPE_BYTE, 0, 1, 1, 1, &drive->wcache, write_cache);
996 drive->wcache = 1;
1003 if (!drive->wcache || !ide_id_has_flush_cache(drive->id))
1007 printk(KERN_INFO "%s: wcache flus
[all...]
H A Dide-io.c180 if (!drive->wcache || !ide_id_has_flush_cache(drive->id)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h614 u8 wcache; /* status of write cache */ member in struct:ide_drive_s

Completed in 106 milliseconds