Home
last modified time | relevance | path

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

/fs/
Dlibfs.c76 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open() function
82 EXPORT_SYMBOL(dcache_dir_open);
228 .open = dcache_dir_open,
/fs/autofs/
Droot.c30 .open = dcache_dir_open,
101 return dcache_dir_open(inode, file); in autofs_dir_open()