Searched refs:znode (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zfs_acl.h | 202 struct znode; 206 int zfs_acl_ids_create(struct znode *, int, vattr_t *, 210 int zfs_getacl(struct znode *, vsecattr_t *, boolean_t, cred_t *); 211 int zfs_setacl(struct znode *, vsecattr_t *, boolean_t, cred_t *); 215 extern boolean_t zfs_has_access(struct znode *zp, cred_t *cr); 216 extern int zfs_zaccess(struct znode *, int, int, boolean_t, cred_t *); 217 int zfs_fastaccesschk_execute(struct znode *, cred_t *); 218 extern int zfs_zaccess_rwx(struct znode *, mode_t, int, cred_t *); 219 extern int zfs_zaccess_unix(struct znode *, mode_t, cred_t *); 220 extern int zfs_acl_access(struct znode *, int, cred_t *); [all …]
|
| H A D | zfs_sa.h | 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 D | zfs_fuid.h | 101 struct znode; 110 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
|
| H A D | zfs_vfsops.h | 42 struct znode; 146 extern boolean_t zfs_owner_overquota(zfsvfs_t *zfsvfs, struct znode *,
|
| H A D | zfs_znode.h | 176 struct znode *dl_dzp; /* directory znode */ 180 typedef struct znode { struct
|
| /onnv-gate/usr/src/psm/stand/bootblks/zfs/common/ |
| H A D | zfs.fth | 906 \ routines when bonus pool contains a znode 908 d# 264 constant /znode 915 alias >znode dn_bonus 917 : zn-fsize ( dn -- n ) >znode zp_size ; 918 : zn-mode ( dn -- n ) >znode zp_mode ; 919 : zn-parent ( dn -- n ) >znode zp_parent ; 930 >znode /znode + ( dst size src )
|