Searched refs:zfs_secpolicy_rename_perms (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_ioctl.h | 542 extern int zfs_secpolicy_rename_perms(const char *, const char *, cred_t *);
|
| H A D | zfs_context.h | 726 extern int zfs_secpolicy_rename_perms(const char *from, const char *to,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 902 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 D | zfs_ctldir.c | 852 error = zfs_secpolicy_rename_perms(from, to, cr); in zfsctl_snapdir_rename()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 819 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()
|