Home
last modified time | relevance | path

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

/fs/
Dlibfs.c69 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open() function
201 .open = dcache_dir_open,
982 EXPORT_SYMBOL(dcache_dir_open);
/fs/autofs4/
Droot.c41 .open = dcache_dir_open,
134 return dcache_dir_open(inode, file); in autofs4_dir_open()