Go to the documentation of this file.
18 #ifndef __XFS_VNODE_H__
19 #define __XFS_VNODE_H__
32 #define VN_INACTIVE_CACHE 0
33 #define VN_INACTIVE_NOCACHE 1
38 #define IO_ISDIRECT 0x00004
39 #define IO_INVIS 0x00020
41 #define XFS_IO_FLAGS \
42 { IO_ISDIRECT, "DIRECT" }, \
50 #define FI_REMAPF_LOCKED 2
57 #define VN_MAPPED(vp) mapping_mapped(vp->i_mapping)
58 #define VN_CACHED(vp) (vp->i_mapping->nrpages)
59 #define VN_DIRTY(vp) mapping_tagged(vp->i_mapping, \