| zfs_znode.h | 222 } znode_t; typedef in typeref:struct:znode 246 ZTOV(znode_t *zp) 253 static __inline znode_t * 256 znode_t *zp = (znode_t *)vp->v_data; 263 #define VTOZ(VP) ((znode_t *)(VP)->v_data) 324 extern int zfs_init_fs(zfsvfs_t *, znode_t **); 328 extern void zfs_tstamp_update_setup(znode_t *, uint_t, uint64_t [2], 330 extern void zfs_grow_blocksize(znode_t *, uint64_t, dmu_tx_t *); 331 extern int zfs_freesp(znode_t *, uint64_t, uint64_t, int, boolean_t) [all...] |