Home
last modified time | relevance | path

Searched refs:zfs_secpolicy_rename_perms (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h542 extern int zfs_secpolicy_rename_perms(const char *, const char *, cred_t *);
H A Dzfs_context.h726 extern int zfs_secpolicy_rename_perms(const char *from, const char *to,
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c902 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) in zfs_secpolicy_rename_perms() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c852 error = zfs_secpolicy_rename_perms(from, to, cr); in zfsctl_snapdir_rename()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c819 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) in zfs_secpolicy_rename_perms() function
851 return (zfs_secpolicy_rename_perms(zc->zc_name, zc->zc_value, cr)); in zfs_secpolicy_rename()