Home
last modified time | relevance | path

Searched refs:cache_purge (Results 1 – 25 of 70) sorted by relevance

123

/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dcache.c99 static void cache_purge(const char *path) in cache_purge() function
112 cache_purge(parent); in cache_purge_parent()
121 cache_purge(path); in cache_invalidate()
128 cache_purge(path); in cache_invalidate_write()
136 cache_purge(path); in cache_invalidate_dir()
155 cache_purge(from); in cache_do_rename()
156 cache_purge(to); in cache_do_rename()
/dports/devel/p5-String-Approx/String-Approx-3.28/
H A DApprox.pm45 sub cache_purge (;$) { subroutine
236 my $old_purge = cache_purge();
237 cache_purge(1);
240 cache_purge($old_purge);
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/
H A Dcache.c81 static void cache_purge(const char *path) in cache_purge() function
94 cache_purge(parent); in cache_purge_parent()
103 cache_purge(path); in cache_invalidate()
110 cache_purge(path); in cache_invalidate_dir()
118 cache_purge(from); in cache_do_rename()
119 cache_purge(to); in cache_do_rename()
/dports/sysutils/ods2/ods2-1.3_1/
H A Dcache.h39 void cache_purge(void);
H A Dcache.c175 void cache_purge(void) in cache_purge() function
254 if (++cachefreecount >= CACHELIM) cache_purge(); in cache_untouch()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/smbfs/
H A Dsmbfs_vnops.c724 cache_purge(tvp); in smbfs_rename()
735 cache_purge(tdvp); in smbfs_rename()
736 cache_purge(fdvp); in smbfs_rename()
853 cache_purge(dvp); in smbfs_rmdir()
854 cache_purge(vp); in smbfs_rmdir()
1241 cache_purge(dvp); in smbfs_lookup()
1272 cache_purge(newvp); in smbfs_lookup()
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/Cache/
H A DMemcached.pm144 sub cache_purge { subroutine
H A DFastMmap.pm156 sub cache_purge { subroutine
H A DStorable.pm205 sub cache_purge { subroutine
/dports/print/R-cran-knitr/knitr/R/
H A Dcache.R13 cache_purge = function(hash) { function
106 list(purge = cache_purge, save = cache_save, load = cache_load, objects = cache_objects,
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DStatusTypeEnum.h56 x(cache_lease_queue_hard_timeout), x(cache_purge), x(cache_error), \
/dports/www/nginx-full/ngx_slowfs_cache-d011a18/
H A DLICENSE7 Included cache_purge functionality was fully funded by yo.se.
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/genfs/
H A Dgenfs_rename.c461 cache_purge(fdvp); in genfs_rename_cache_purge()
464 cache_purge(fvp); in genfs_rename_cache_purge()
467 cache_purge(tdvp); in genfs_rename_cache_purge()
470 cache_purge(tvp); in genfs_rename_cache_purge()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dnamei.h284 #define cache_purge(vp) cache_purge1((vp),NULL,0,PURGE_PARENTS|PURGE_CHILDREN) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h223 extern void cache_purge(struct cache_detail *detail);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h223 extern void cache_purge(struct cache_detail *detail);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h223 extern void cache_purge(struct cache_detail *detail);
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c331 cache_purge(sn->ip_map_cache); in svcauth_unix_purge()
613 cache_purge(cd); in unix_gid_cache_destroy()
911 cache_purge(cd); in ip_map_cache_destroy()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c331 cache_purge(sn->ip_map_cache); in svcauth_unix_purge()
613 cache_purge(cd); in unix_gid_cache_destroy()
911 cache_purge(cd); in ip_map_cache_destroy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c331 cache_purge(sn->ip_map_cache); in svcauth_unix_purge()
613 cache_purge(cd); in unix_gid_cache_destroy()
911 cache_purge(cd); in ip_map_cache_destroy()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/kern/
H A Dvfs.c318 cache_purge(vp); in domount()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c988 cache_purge(tvp); in msdosfs_rename()
1078 cache_purge(fvp); in msdosfs_rename()
1347 cache_purge(dvp); in msdosfs_rmdir()
1354 cache_purge(vp); in msdosfs_rmdir()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/unionfs/
H A Dunionfs_vnops.c1112 cache_purge(tdvp); in unionfs_rename()
1114 cache_purge(fdvp); in unionfs_rename()
1250 cache_purge(ap->a_dvp); in unionfs_rmdir()
1251 cache_purge(ap->a_vp); in unionfs_rmdir()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http_upstream.h214 ngx_array_t *cache_purge; member
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http_upstream.h214 ngx_array_t *cache_purge; member

123