Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt38 reaping stale nodes and culling. This is called cachefilesd and lives in
86 The cache is configured by a script in /etc/cachefilesd.conf. These commands
136 /sbin/cachefilesd [-d]* [-s] [-n] [-f <configfile>]
339 (presumed to be the cachefilesd daemon), which by default will be:
371 http://people.redhat.com/~dhowells/fscache/cachefilesd-0.8.tar.bz2
375 cachefilesd.te
376 cachefilesd.fc
377 cachefilesd.if
385 semodule -i cachefilesd.pp
399 /usr/share/doc/cachefilesd-*/move-cache.txt
[all …]
Dfscache.txt65 | Process | | cachefilesd |
/linux-3.4.99/fs/cachefiles/
DKconfig20 by including a debugging specifier in /etc/cachefilesd.conf.
Ddaemon.c126 cache->cachefilesd = file; in cachefiles_daemon_open()
148 cache->cachefilesd = NULL; in cachefiles_daemon_release()
Dinternal.h54 struct file *cachefilesd; /* manager daemon handle */ member