Function report |
Source Code:include\linux\dax.h |
Create Date:2022-07-28 05:53:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check if given mapping is supported by the file / underlying device.
Proto:static inline bool daxdev_mapping_supported(struct vm_area_struct *vma, struct dax_device *dax_dev)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
struct dax_device * | dax_dev |
65 | If Not (Flags, see mm.h. & Synchronous page faults ) Then Return true |
67 | If Not IS_DAX(file_inode(File we map to (can be NULL). )) Then Return false |
69 | Return dax_synchronous(dax_dev) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |