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.c74 PHASE_ALL = 0, enumerator
93 static int phase = PHASE_ALL;
189 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
192 PHASE_ALL, PHASE_INVAL); in parse_args()
689 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
695 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
701 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
707 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()