Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h429 extern int zfs_secpolicy_rename_perms(const char *from,
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h614 extern int zfs_secpolicy_rename_perms(const char *from, const char *to,
/titanic_50/usr/src/lib/libzpool/common/
H A Dkernel.c1021 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) in zfs_secpolicy_rename_perms() function
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c650 err = zfs_secpolicy_rename_perms(from, to, cr); in zfsctl_snapdir_rename()
H A Dzfs_ioctl.c861 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) in zfs_secpolicy_rename_perms() function
893 return (zfs_secpolicy_rename_perms(zc->zc_name, zc->zc_value, cr)); in zfs_secpolicy_rename()