Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A 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,
/OK3568_Linux_fs/kernel/fs/autofs/
H A Droot.c30 .open = dcache_dir_open,
101 return dcache_dir_open(inode, file); in autofs_dir_open()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dinode.c217 .open = dcache_dir_open,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h3227 extern int dcache_dir_open(struct inode *, struct file *);