Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c75 PHASE_ALL = 0, enumerator
94 static int phase = PHASE_ALL;
190 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
193 PHASE_ALL, PHASE_INVAL); in parse_args()
690 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
696 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
702 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
708 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()