Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Ddaemon.c24 static int cachefiles_daemon_open(struct inode *, struct file *);
51 .open = cachefiles_daemon_open,
89 static int cachefiles_daemon_open(struct inode *inode, struct file *file) in cachefiles_daemon_open() function