Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dinode.c240 .open = dcache_dir_open,
532 .open = dcache_dir_open,
/linux-6.15/fs/autofs/
H A Droot.c33 .open = dcache_dir_open,
106 return dcache_dir_open(inode, file); in autofs_dir_open()
/linux-6.15/fs/
H A Dlibfs.c89 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open() function
95 EXPORT_SYMBOL(dcache_dir_open);
234 .open = dcache_dir_open,
/linux-6.15/include/linux/
H A Dfs.h3522 extern int dcache_dir_open(struct inode *, struct file *);