Home
last modified time | relevance | path

Searched refs:znode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h202 struct znode;
206 int zfs_acl_ids_create(struct znode *, int, vattr_t *,
220 extern int zfs_acl_access(struct znode *, int, cred_t *);
222 int zfs_zaccess_delete(struct znode *, struct znode *, cred_t *);
223 int zfs_zaccess_rename(struct znode *, struct znode *,
224 struct znode *, struct znode *, cred_t *cr);
229 uint64_t zfs_external_acl(struct znode *);
230 int zfs_znode_acl_version(struct znode *);
231 int zfs_acl_size(struct znode *, int *);
234 void zfs_acl_xform(struct znode *, zfs_acl_t *, cred_t *);
[all …]
H A Dzfs_sa.h132 int zfs_sa_readlink(struct znode *, uio_t *);
133 void zfs_sa_symlink(struct znode *, char *link, int len, dmu_tx_t *);
135 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *);
136 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *);
139 void zfs_sa_upgrade_txholds(dmu_tx_t *, struct znode *);
H A Dzfs_fuid.h103 struct znode;
112 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
H A Dzfs_znode.h181 struct znode *dl_dzp; /* directory znode */
185 typedef struct znode { struct
H A Dzfs_vfsops.h42 struct znode;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c517 mdb_znode_t znode; in gcore_vnode_size() local
519 if (mdb_ctf_vread(&znode, "znode_t", "mdb_znode_t", in gcore_vnode_size()
523 return (znode.z_size); in gcore_vnode_size()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1076 zfs_acl_node_read(struct znode *zp, boolean_t have_lock, zfs_acl_t **aclpp, in zfs_acl_node_read()