Searched refs:znode (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_acl.h | 204 struct znode; 208 int zfs_acl_ids_create(struct znode *, int, vattr_t *, 219 int zfs_fastaccesschk_execute(struct znode *, cred_t *); 222 extern int zfs_acl_access(struct znode *, int, cred_t *); 224 int zfs_zaccess_delete(struct znode *, struct znode *, cred_t *); 225 int zfs_zaccess_rename(struct znode *, struct znode *, 226 struct znode *, struct znode *, cred_t *cr); 231 uint64_t zfs_external_acl(struct znode *); 232 int zfs_znode_acl_version(struct znode *); 233 int zfs_acl_size(struct znode *, int *); [all …]
|
| H A D | zfs_sa.h | 137 int zfs_sa_readlink(struct znode *, zfs_uio_t *); 138 void zfs_sa_symlink(struct znode *, char *link, int len, dmu_tx_t *); 139 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *); 140 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *); 141 int zfs_sa_get_xattr(struct znode *); 142 int zfs_sa_set_xattr(struct znode *); 144 void zfs_sa_upgrade_txholds(dmu_tx_t *, struct znode *);
|
| H A D | zfs_fuid.h | 100 struct znode; 109 extern void zfs_fuid_map_ids(struct znode *zp, cred_t *cr,
|
| H A D | zfs_znode.h | 176 struct znode *dl_dzp; /* directory znode */ 180 typedef struct znode { struct 290 extern void zfs_znode_update_vfs(struct znode *);
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_znode_impl.h | 104 #define VTOZ(VP) ((struct znode *)(VP)->v_data) 106 #define ITOZ(VP) ((struct znode *)(VP)->v_data) 176 extern void zfs_tstamp_update_setup_ext(struct znode *, 178 extern void zfs_znode_free(struct znode *); 183 extern int zfs_znode_parent_and_name(struct znode *zp, struct znode **dzpp,
|
| H A D | zfs_vfsops_os.h | 66 struct znode;
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_znode_impl.h | 57 #define ZTOI(znode) (&((znode)->z_inode)) argument 59 #define ZTOZSB(znode) ((zfsvfs_t *)(ZTOI(znode)->i_sb->s_fs_info)) argument 163 struct znode;
|
| H A D | policy.h | 38 struct znode; 49 int secpolicy_vnode_setid_retain(struct znode *, const cred_t *, boolean_t);
|
| H A D | zfs_vfsops_os.h | 46 struct znode;
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | policy.h | 37 struct znode; 61 int secpolicy_vnode_setid_retain(struct znode *zp, cred_t *cr,
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | policy.c | 207 secpolicy_vnode_setid_retain(struct znode *zp __maybe_unused, const cred_t *cr, in secpolicy_vnode_setid_retain()
|
| H A D | zfs_acl.c | 1053 zfs_acl_node_read(struct znode *zp, boolean_t have_lock, zfs_acl_t **aclpp, in zfs_acl_node_read()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 197 zfs_read(struct znode *zp, zfs_uio_t *uio, int ioflag, cred_t *cr) in zfs_read()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 71 SYSCTL_INT(_debug_sizeof, OID_AUTO, znode, CTLFLAG_RD,
|