Searched refs:RENAME_NOREPLACE (Results 1 – 3 of 3) sorted by relevance
56 #ifndef RENAME_NOREPLACE57 #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ macro103 flags |= RENAME_NOREPLACE; in main()
153 #ifndef RENAME_NOREPLACE154 #define RENAME_NOREPLACE (1 << 0) /* Don't overwrite target */ macro
2783 if (rflags & ~(RENAME_NOREPLACE | RENAME_EXCHANGE | RENAME_WHITEOUT)) in zfs_rename()2788 (rflags & (RENAME_NOREPLACE | RENAME_WHITEOUT))) in zfs_rename()2992 if (rflags & RENAME_NOREPLACE) { in zfs_rename()3201 ASSERT0(rflags & ~RENAME_NOREPLACE); in zfs_rename()