Home
last modified time | relevance | path

Searched refs:tzp (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c235 znode_t *tzp = zp; in zfs_xattr_owner_unlinked() local
245 while (tzp->z_pflags & ZFS_XATTR) { in zfs_xattr_owner_unlinked()
247 if (zfs_zget(ZTOZSB(tzp), tzp->z_xattr_parent, &dzp) != 0) { in zfs_xattr_owner_unlinked()
252 if (tzp != zp) in zfs_xattr_owner_unlinked()
253 zrele(tzp); in zfs_xattr_owner_unlinked()
254 tzp = dzp; in zfs_xattr_owner_unlinked()
255 unlinked = tzp->z_unlinked; in zfs_xattr_owner_unlinked()
257 if (tzp != zp) in zfs_xattr_owner_unlinked()
258 zrele(tzp); in zfs_xattr_owner_unlinked()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c617 if (error == 0 && uap->tzp != NULL) { in linux_gettimeofday()
620 error = copyout(&rtz, uap->tzp, sizeof(rtz)); in linux_gettimeofday()
630 struct timezone atz, *tzp; in linux_settimeofday() local
642 if (uap->tzp) { in linux_settimeofday()
643 error = copyin(uap->tzp, &atz, sizeof(atz)); in linux_settimeofday()
646 tzp = &atz; in linux_settimeofday()
648 tzp = NULL; in linux_settimeofday()
649 return (kern_settimeofday(td, tvp, tzp)); in linux_settimeofday()
H A Dlinux32_systrace_args.c518 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
H A Dlinux32_proto.h253 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
257 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c2709 tzp = NULL; in zfs_rename()
2811 if (tzp) in zfs_rename()
2812 zrele(tzp); in zfs_rename()
2871 if (tzp) { in zfs_rename()
2906 if (tzp) { in zfs_rename()
2928 if (tzp) in zfs_rename()
2929 zrele(tzp); in zfs_rename()
2934 if (tzp) in zfs_rename()
2935 zrele(tzp); in zfs_rename()
3002 if (tzp) { in zfs_rename()
[all …]
H A Dzfs_acl.c2893 znode_t *tzp, cred_t *cr) in zfs_zaccess_rename() argument
2921 if (tzp) { in zfs_zaccess_rename()
2922 if ((error = zfs_zaccess_delete(tdzp, tzp, cr))) in zfs_zaccess_rename()
/f-stack/freebsd/kern/
H A Dkern_time.c642 struct timezone *tzp; member
657 if (error == 0 && uap->tzp != NULL) { in sys_gettimeofday()
660 error = copyout(&rtz, uap->tzp, sizeof (rtz)); in sys_gettimeofday()
668 struct timezone *tzp; member
676 struct timezone atz, *tzp; in sys_settimeofday() local
686 if (uap->tzp) { in sys_settimeofday()
687 error = copyin(uap->tzp, &atz, sizeof(atz)); in sys_settimeofday()
690 tzp = &atz; in sys_settimeofday()
692 tzp = NULL; in sys_settimeofday()
693 return (kern_settimeofday(td, tvp, tzp)); in sys_settimeofday()
[all …]
H A Dsystrace_args.c630 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
675 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c2919 znode_t *sdzp, *tdzp, *szp, *tzp; in zfs_rename_relock() local
3004 if (tzp != NULL) in zfs_rename_relock()
3005 tvp = ZTOV(tzp); in zfs_rename_relock()
3174 znode_t *sdzp, *tdzp, *szp, *tzp; in zfs_rename_() local
3243 tzp = *tvpp == NULL ? NULL : VTOZ(*tvpp); in zfs_rename_()
3244 if (szp->z_sa_hdl == NULL || (tzp != NULL && tzp->z_sa_hdl == NULL)) { in zfs_rename_()
3303 if (tzp) { in zfs_rename_()
3334 if (tzp) in zfs_rename_()
3354 if (tzp) { in zfs_rename_()
3356 zfs_sa_upgrade_txholds(tx, tzp); in zfs_rename_()
[all …]
H A Dzfs_acl.c2655 znode_t *tzp, cred_t *cr) in zfs_zaccess_rename() argument
2691 if (tzp && (error = zfs_zaccess_delete(tdzp, tzp, cr))) in zfs_zaccess_rename()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h282 struct timezone *tzp);
H A Dsysproto.h375 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
400 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
/f-stack/freebsd/arm64/linux/
H A Dlinux_systrace_args.c1342 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
1350 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
/f-stack/freebsd/arm/linux/
H A Dlinux_systrace_args.c424 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
432 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
H A Dlinux_proto.h201 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
205 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)… member
/f-stack/freebsd/amd64/linux/
H A Dlinux_systrace_args.c838 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
1336 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
/f-stack/freebsd/i386/linux/
H A Dlinux_systrace_args.c526 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
534 uarg[1] = (intptr_t) p->tzp; /* struct timezone * */ in systrace_args()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt18133 to the 'info' file. Examples: "echo tzp=5 > info" sets the polling