Searched refs:dcache_dir_open (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | libfs.c | 79 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open() function 85 EXPORT_SYMBOL(dcache_dir_open); variable 231 .open = dcache_dir_open,
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | root.c | 30 .open = dcache_dir_open, 101 return dcache_dir_open(inode, file); in autofs_dir_open()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | root.c | 33 .open = dcache_dir_open, 106 return dcache_dir_open(inode, file); in autofs_dir_open()
|
/kernel/linux/linux-6.6/fs/ |
H A D | libfs.c | 81 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open() function 87 EXPORT_SYMBOL(dcache_dir_open); variable 228 .open = dcache_dir_open,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 217 .open = dcache_dir_open,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 219 .open = dcache_dir_open,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3227 extern int dcache_dir_open(struct inode *, struct file *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 3123 extern int dcache_dir_open(struct inode *, struct file *);
|
Completed in 22 milliseconds