Home
last modified time | relevance | path

Searched refs:cache_mknod (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dcache.c414 static int cache_mknod(const char *path, mode_t mode, dev_t rdev) in cache_mknod() function
541 cache_oper->mknod = oper->mknod ? cache_mknod : NULL; in cache_fill()
/dports/sysutils/fusefs-curlftpfs/curlftpfs-0.9.2/
H A Dcache.c323 static int cache_mknod(const char *path, mode_t mode, dev_t rdev) in cache_mknod() function
504 cache_oper.mknod = oper->oper.mknod ? cache_mknod : NULL; in cache_init()