Searched refs:znode (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h203 struct znode;
207 int zfs_acl_ids_create(struct znode *, int, vattr_t *,
211 int zfs_getacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
212 int zfs_setacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
216 extern boolean_t zfs_has_access(struct znode *zp, cred_t *cr);
217 extern int zfs_zaccess(struct znode *, int, int, boolean_t, cred_t *);
218 int zfs_fastaccesschk_execute(struct znode *, cred_t *);
219 extern int zfs_zaccess_rwx(struct znode *, mode_t, int, cred_t *);
220 extern int zfs_zaccess_unix(struct znode *, mode_t, cred_t *);
221 extern int zfs_acl_access(struct znode *, in
[all...]
H A Dzfs_sa.h116 * Data may pad out any remaining bytes in the znode buffer, eg:
120 * |<---- znode (264) ---->|<---- data (56) ---->|
129 int zfs_sa_readlink(struct znode *, uio_t *);
130 void zfs_sa_symlink(struct znode *, char *link, int len, dmu_tx_t *);
132 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *);
133 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *);
136 void zfs_sa_upgrade_txholds(dmu_tx_t *, struct znode *);
H A Dzfs_fuid.h101 struct znode;
110 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
H A Dzfs_vfsops.h42 struct znode;
48 uint64_t z_root; /* id of root znode */
86 kmutex_t z_hold_mtx[ZFS_OBJ_MTX_SZ]; /* znode hold locks */
147 extern boolean_t zfs_owner_overquota(zfsvfs_t *zfsvfs, struct znode *,
H A Dzfs_znode.h158 * Each directory znode has a mutex and a list of locked names.
167 struct znode *dl_dzp; /* directory znode */
171 typedef struct znode { struct
174 uint64_t z_id; /* object ID for this znode */
175 kmutex_t z_lock; /* znode modification lock */
184 uint8_t z_moved; /* Has this znode been moved? */
222 * Convert between znode pointers and vnode pointers
240 /* Verifies the znode is valid */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c517 mdb_znode_t znode; local
519 if (mdb_ctf_vread(&znode, "znode_t", "mdb_znode_t",
523 return (znode.z_size);

Completed in 4340 milliseconds