Home
last modified time | relevance | path

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

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