Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef OCFS2_MMAP_H
0003 #define OCFS2_MMAP_H
0004 
0005 int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
0006 
0007 #endif  /* OCFS2_MMAP_H */