Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c76 PHASE_ALL = 0, enumerator
95 static int phase = PHASE_ALL;
193 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
196 PHASE_ALL, PHASE_INVAL); in parse_args()
693 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
699 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
705 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
711 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()