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.c65 PHASE_ALL = 0, enumerator
84 static int phase = PHASE_ALL;
180 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
183 PHASE_ALL, PHASE_INVAL); in parse_args()
680 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
686 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
692 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
698 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()