Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/filesystems/caching/
Dcachefiles.rst41 reaping stale nodes and culling. This is called cachefilesd and lives in
88 The cache is configured by a script in /etc/cachefilesd.conf. These commands
130 /sbin/cachefilesd [-d]* [-s] [-n] [-f <configfile>]
320 (presumed to be the cachefilesd daemon), which by default will be::
352 https://people.redhat.com/~dhowells/fscache/cachefilesd-0.8.tar.bz2
356 cachefilesd.te
357 cachefilesd.fc
358 cachefilesd.if
366 semodule -i cachefilesd.pp
380 /usr/share/doc/cachefilesd-*/move-cache.txt
[all …]
Dfscache.rst66 | Process | | cachefilesd |
/linux-6.6.21/fs/cachefiles/
DKconfig21 by including a debugging specifier in /etc/cachefilesd.conf.
Ddaemon.c131 cache->cachefilesd = file; in cachefiles_daemon_open()
199 cache->cachefilesd = NULL; in cachefiles_daemon_release()
Dinternal.h78 struct file *cachefilesd; /* manager daemon handle */ member