Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_acl.h202 struct znode;
206 int zfs_acl_ids_create(struct znode *, int, vattr_t *,
217 int zfs_fastaccesschk_execute(struct znode *, cred_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 *);
[all …]
H A Dzfs_sa.h128 int zfs_sa_readlink(struct znode *, uio_t *);
129 void zfs_sa_symlink(struct znode *, char *link, int len, dmu_tx_t *);
131 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *);
132 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *);
135 void zfs_sa_upgrade_txholds(dmu_tx_t *, struct znode *);
H A Dzfs_fuid.h102 struct znode;
111 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
H A Dzfs_vfsops.h42 struct znode;
157 extern boolean_t zfs_owner_overquota(zfsvfs_t *zfsvfs, struct znode *,
H A Dzfs_znode.h166 struct znode *dl_dzp; /* directory znode */
170 typedef struct znode { struct
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c73 SYSCTL_INT(_debug_sizeof, OID_AUTO, znode, CTLFLAG_RD,