X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_znode.h;h=9d12a118ec31c5a6297af4176c477817a26f4026;hb=5d0265c0dd54d798a35babe587ad5138392fe807;hp=53bd181099d0e1f504388d30735077aa48b51c5f;hpb=3c4988c83e4f278cd6c8076f6cdb8e4858d05840;p=zfs.git diff --git a/include/sys/zfs_znode.h b/include/sys/zfs_znode.h index 53bd181..9d12a11 100644 --- a/include/sys/zfs_znode.h +++ b/include/sys/zfs_znode.h @@ -210,6 +210,7 @@ typedef struct znode { sa_handle_t *z_sa_hdl; /* handle to sa data */ boolean_t z_is_sa; /* are we native sa? */ boolean_t z_is_zvol; /* are we used by the zvol */ + boolean_t z_is_mapped; /* are we mmap'ed */ struct inode z_inode; /* generic vfs inode */ } znode_t;