X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_znode.h;h=9d12a118ec31c5a6297af4176c477817a26f4026;hb=5d0265c0dd54d798a35babe587ad5138392fe807;hp=2f25cc7fe378cda53f45d6dd61d2da9a7e3d84b0;hpb=3558fd73b5d863304102f6745c26e0b592aca60a;p=zfs.git diff --git a/include/sys/zfs_znode.h b/include/sys/zfs_znode.h index 2f25cc7..9d12a11 100644 --- a/include/sys/zfs_znode.h +++ b/include/sys/zfs_znode.h @@ -209,7 +209,8 @@ typedef struct znode { list_node_t z_link_node; /* all znodes in fs link */ sa_handle_t *z_sa_hdl; /* handle to sa data */ boolean_t z_is_sa; /* are we native sa? */ - void (*z_set_ops_inode) (struct inode *); /* set inode ops */ + 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;