Lines Matching refs:operation
386 searchChecks(struct pcdir *dp, int operation, char matchRequired,
407 if (operation == PCFS_FIND_ATTR && dp->pcd_attr == matchRequired) {
409 } else if (operation == PCFS_FIND_STATUS &&
412 } else if (operation == PCFS_FIND_CHKS && hasCHKName(dp)) {
462 * operation
464 * The PCFS_TRAVERSE_ALL operation is a depth first traversal
491 int32_t dirDataLen, int depth, int descend, int operation,
512 searchChecks(dp, operation, matchRequired, found);
544 if (operation == PCFS_TRAVERSE_ALL)
551 descend, operation, matchRequired, found,
582 depth, descend, operation, matchRequired,
599 traverseFromRoot(int fd, int depth, int descend, int operation,
604 descend, operation, matchRequired, found, lastDirCluster, dirEnd,
638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation,
655 if (operation == PCFS_TRAVERSE_ALL) {
662 operation, matchRequired, found, lastDirCluster, dirEnd,